org.eclipse.gmt.modisco.omg.kdm.source
Interface Directory
- All Superinterfaces:
- AbstractInventoryElement, Element, InventoryContainer, KDMEntity, ModelElement
public interface Directory
- extends InventoryContainer
A representation of the model object 'Directory'.
The following features are supported:
- See Also:
SourcePackage.getDirectory()
- Generated:
- Model:
Method Summary |
java.lang.String |
getPath()
Returns the value of the 'Path' attribute. |
void |
setPath(java.lang.String value)
Sets the value of the 'Path ' attribute. |
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 |
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.getDirectory_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: