Interface Object
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ModelElement
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ClassObject
,PackageObject
- All Known Implementing Classes:
ClassObjectImpl
,ClassObjectStub
,ObjectImpl
,PackageObjectImpl
public interface Object extends ModelElement
A representation of the model object 'Object'.The following features are supported:
- See Also:
HutnPackage.getObject()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIdentifier()
Returns the value of the 'Identifier' attribute.String
getType()
Returns the value of the 'Type' attribute.void
setIdentifier(String value)
Sets the value of the 'Identifier
' attribute.void
setType(String value)
Sets the value of the 'Type
' attribute.-
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 org.eclipse.epsilon.hutn.model.hutn.ModelElement
getCol, getLine, setCol, setLine
-
-
-
-
Method Detail
-
getType
String getType()
Returns the value of the 'Type' attribute.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String)
,HutnPackage.getObject_Type()
-
setType
void setType(String value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
getType()
-
getIdentifier
String getIdentifier()
Returns the value of the 'Identifier' attribute.If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Identifier' attribute.
- See Also:
setIdentifier(String)
,HutnPackage.getObject_Identifier()
-
setIdentifier
void setIdentifier(String value)
Sets the value of the 'Identifier
' attribute.- Parameters:
value
- the new value of the 'Identifier' attribute.- See Also:
getIdentifier()
-
-