public interface StaffRole
extends org.eclipse.emf.ecore.EObject
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getStaffRole()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
Role |
getRole()
Returns the value of the 'Role' attribute.
|
Verb |
getVerb()
Returns the value of the 'Verb' containment reference
|
boolean |
isSetRole()
Returns whether the value of the '
Role ' attribute is set |
void |
setRole(Role value)
Sets the value of the '
Role ' attribute |
void |
setVerb(Verb value)
Sets the value of the '
Verb ' containment reference |
void |
unsetRole()
Unsets the value of the '
Role ' attribute |
static final java.lang.String COPYRIGHT
Verb getVerb()
If the meaning of the 'Verb' containment reference isn't clear, there really should be more of a description here...
setVerb(Verb)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getStaffRole_Verb()
void setVerb(Verb value)
Verb
' containment reference.
value
- the new value of the 'Verb' containment reference.getVerb()
Role getRole()
"Administrator"
.
The literals are from the enumeration Role
.
If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
Role
,
isSetRole()
,
unsetRole()
,
setRole(Role)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getStaffRole_Role()
void setRole(Role value)
Role
' attribute.
value
- the new value of the 'Role' attribute.Role
,
isSetRole()
,
unsetRole()
,
getRole()
void unsetRole()
Role
' attribute.
isSetRole()
,
getRole()
,
setRole(Role)
boolean isSetRole()
Role
' attribute is set.
unsetRole()
,
getRole()
,
setRole(Role)