Package com.sodius.mdw.metamodel.doors
Interface Item
-
- All Superinterfaces:
Comparable<Object>
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
- All Known Subinterfaces:
AggregatedElement
,Folder
,FormalModule
,LinkModule
,Module
,Project
public interface Item extends NamedElement
A representation of the model object 'Item'.The following features are supported:
- See Also:
DoorsPackage.getItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns the value of the 'Description' attribute.AggregatedElement
getOwner()
Returns the value of the 'Owner' container reference.String
getQualifiedName()
Returns the value of the 'Qualified Name' attribute.String
getUniqueID()
Returns the DOORS unique ID of this item.void
setDescription(String value)
Sets the value of the 'Description
' attribute.void
setOwner(AggregatedElement value)
Sets the value of the 'Owner
' container reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getDescription
String getDescription()
Returns the value of the 'Description' attribute. The default value is""
.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String)
,DoorsPackage.getItem_Description()
-
setDescription
void setDescription(String value)
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getOwner
AggregatedElement getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Owned Items
'.- Returns:
- the value of the 'Owner' container reference.
- See Also:
setOwner(AggregatedElement)
,DoorsPackage.getItem_Owner()
,AggregatedElement.getOwnedItems()
-
setOwner
void setOwner(AggregatedElement value)
Sets the value of the 'Owner
' container reference.- Parameters:
value
- the new value of the 'Owner' container reference.- See Also:
getOwner()
-
getQualifiedName
String getQualifiedName()
Returns the value of the 'Qualified Name' attribute. The default value is""
.- Returns:
- the value of the 'Qualified Name' attribute.
- See Also:
DoorsPackage.getItem_QualifiedName()
-
getUniqueID
String getUniqueID()
Returns the DOORS unique ID of this item.- Returns:
- the DOORS unique ID of this item.
-
-