Interface RoleSpecification
-
- All Known Implementing Classes:
RoleSpecificationImpl
public interface RoleSpecification extends EObject
A representation of the model object 'Role Specification'.The following features are supported:
- See Also:
RepoLangPackage.getRoleSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Interface
getInterface()
Returns the value of the 'Interface' reference.String
getName()
Returns the value of the 'Name' attribute.void
setInterface(Interface value)
Sets the value of the 'Interface
' reference.void
setName(String value)
Sets 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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getInterface
Interface getInterface()
Returns the value of the 'Interface' reference.- Returns:
- the value of the 'Interface' reference.
- See Also:
setInterface(Interface)
,RepoLangPackage.getRoleSpecification_Interface()
- Generated class or method.
- EMF model class or method.
-
setInterface
void setInterface(Interface value)
Sets the value of the 'Interface
' reference.- Parameters:
value
- the new value of the 'Interface' reference.- See Also:
getInterface()
- Generated class or method.
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,RepoLangPackage.getRoleSpecification_Name()
- Generated class or method.
- EMF model class or method.
-
-