Interface Role
- All Superinterfaces:
ComponentProperty
,EObject
,Notifier
- All Known Implementing Classes:
RoleImpl
A representation of the model object 'Role'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Properties' containment reference list.getType()
Returns the value of the 'Type' attribute.boolean
isNot()
Returns the value of the 'Not' attribute.void
setNot
(boolean value) Sets the value of the 'Not
' attribute.void
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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isNot
boolean isNot()Returns the value of the 'Not' attribute.If the meaning of the 'Not' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Not' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setNot
void setNot(boolean value) Sets the value of the 'Not
' attribute.- Parameters:
value
- the new value of the 'Not' attribute.- See Also:
- Generated class or method.
-
getType
RoleType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationRoleType
.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:
- Generated class or method.
- EMF model class or method.
-
setType
Sets the value of the 'Type
' attribute. -
getProperties
EList<RoleProperty> getProperties()Returns the value of the 'Properties' containment reference list. The list contents are of typeRoleProperty
.If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Properties' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-