public interface InventoryItem extends AbstractInventoryElement
The following features are supported:
SourcePackage.getInventoryItem()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setPath(java.lang.String value)
Sets the value of the '
Path' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the '
Version' attribute. |
getInventoryRelationshipcreateAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNamegetStereotype, getTaggedValuegetAnnotation, getAttributejava.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String),
SourcePackage.getInventoryItem_Version()void setVersion(java.lang.String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()java.lang.String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String),
SourcePackage.getInventoryItem_Path()