org.eclipse.gmt.modisco.omg.kdm.source
Interface InventoryItem

All Superinterfaces:
AbstractInventoryElement, Element, KDMEntity, ModelElement
All Known Subinterfaces:
BinaryFile, Configuration, ExecutableFile, Image, ResourceDescription, SourceFile

public interface InventoryItem
extends AbstractInventoryElement

A representation of the model object 'Inventory Item'.

The following features are supported:

See Also:
SourcePackage.getInventoryItem()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.source.AbstractInventoryElement
getInventoryRelationship
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), SourcePackage.getInventoryItem_Version()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()
Generated:

getPath

java.lang.String getPath()
Returns the value of the 'Path' attribute.

If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Path' attribute.
See Also:
setPath(String), SourcePackage.getInventoryItem_Path()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setPath

void setPath(java.lang.String value)
Sets the value of the 'Path' attribute.

Parameters:
value - the new value of the 'Path' attribute.
See Also:
getPath()
Generated: