Interface RoleSpecification
- All Known Implementing Classes:
RoleSpecificationImpl
A representation of the model object 'Role Specification'.
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 'Interface' reference.getName()Returns the value of the 'Name' attribute.voidsetInterface(Interface value) Sets the value of the 'Interface' reference.voidSets the value of the 'Name' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInterface
Interface getInterface()Returns the value of the 'Interface' reference.- Returns:
- the value of the 'Interface' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setInterface
Sets the value of the 'Interface' reference.- Parameters:
value- the new value of the 'Interface' reference.- See Also:
- Generated class or method.
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-