Interface IScopeItem
- All Known Implementing Classes:
ScopeItem
@OslcNamespace("http://open-services.net/ns/promcode#")
@OslcName("ScopeItem")
@OslcResourceShape(title="ScopeItem Shape",
description="A ScopeItem defines the work to be included in or excluded from a project. It defines the boundaries of the project",
describes="http://open-services.net/ns/promcode#ScopeItem")
public interface IScopeItem
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setActualSize
(Float actualSize) void
setIsPartOf
(Link isPartOf) void
setPlannedSize
(Float plannedSize)
-
Method Details
-
getActualSize
@OslcName("actualSize") @OslcPropertyDefinition("http://open-services.net/ns/promcode#actualSize") @OslcOccurs(ZeroOrOne) @OslcValueType(Float) @OslcReadOnly(false) Float getActualSize() -
getIsPartOf
@OslcName("isPartOf") @OslcPropertyDefinition("http://open-services.net/ns/promcode#isPartOf") @OslcOccurs(ZeroOrOne) @OslcValueType(Resource) @OslcRange("http://open-services.net/ns/promcode#ScopeItem") @OslcReadOnly(false) Link getIsPartOf() -
getPlannedSize
@OslcName("plannedSize") @OslcPropertyDefinition("http://open-services.net/ns/promcode#plannedSize") @OslcOccurs(ZeroOrOne) @OslcValueType(Float) @OslcReadOnly(false) Float getPlannedSize() -
setActualSize
-
setIsPartOf
-
setPlannedSize
-