Interface Role
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
RoleImpl
public interface Role extends EObject, de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Role'.The following features are supported:
- See Also:
InstancePackage.getRole()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleSet
getRoleSet()
Returns the value of the 'Role Set' container reference.RoleType
getRoleType()
Returns the value of the 'Role Type' reference.EObject
getValue()
Returns the value of the 'Value' reference.void
setRoleSet(RoleSet value)
Sets the value of the 'Role Set
' container reference.void
setRoleType(RoleType value)
Sets the value of the 'Role Type
' reference.void
setValue(EObject value)
Sets the value of the 'Value
' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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
-
getRoleSet
RoleSet getRoleSet()
Returns the value of the 'Role Set' container reference. It is bidirectional and its opposite is 'Roles
'.If the meaning of the 'Role Set' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role Set' container reference.
- See Also:
setRoleSet(RoleSet)
,InstancePackage.getRole_RoleSet()
,RoleSet.getRoles()
- Generated class or method.
- EMF model class or method.
- opposite="roles" transient="false"
-
setRoleSet
void setRoleSet(RoleSet value)
Sets the value of the 'Role Set
' container reference.- Parameters:
value
- the new value of the 'Role Set' container reference.- See Also:
getRoleSet()
- Generated class or method.
-
getRoleType
RoleType getRoleType()
Returns the value of the 'Role Type' reference.If the meaning of the 'Role Type' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role Type' reference.
- See Also:
setRoleType(RoleType)
,InstancePackage.getRole_RoleType()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setRoleType
void setRoleType(RoleType value)
Sets the value of the 'Role Type
' reference.- Parameters:
value
- the new value of the 'Role Type' reference.- See Also:
getRoleType()
- Generated class or method.
-
getValue
EObject getValue()
Returns the value of the 'Value' reference.If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' reference.
- See Also:
setValue(EObject)
,InstancePackage.getRole_Value()
- Generated class or method.
- EMF model class or method.
-
setValue
void setValue(EObject value)
Sets the value of the 'Value
' reference.- Parameters:
value
- the new value of the 'Value' reference.- See Also:
getValue()
- Generated class or method.
-
-