com.ibm.wsspi.sca.metadata.bpc.model
Class Role
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.sca.metadata.bpc.model.Role
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class Role
- extends org.eclipse.emf.common.util.AbstractEnumerator
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getRole()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ADMINISTRATOR
The 'Administrator' literal value
|
|
ADMINISTRATOR_LITERAL
The 'Administrator' literal object
|
|
COPYRIGHT
|
|
EDITOR
The 'Editor' literal value
|
|
EDITOR_LITERAL
The 'Editor' literal object
|
|
POTENTIAL_INSTANCE_CREATOR
The 'Potential Instance Creator' literal value
|
|
POTENTIAL_INSTANCE_CREATOR_LITERAL
The 'Potential Instance Creator' literal object
|
|
POTENTIAL_OWNER
The 'Potential Owner' literal value
|
|
POTENTIAL_OWNER_LITERAL
The 'Potential Owner' literal object
|
|
POTENTIAL_STARTER
The 'Potential Starter' literal value
|
|
POTENTIAL_STARTER_LITERAL
The 'Potential Starter' literal object
|
|
READER
The 'Reader' literal value
|
|
READER_LITERAL
The 'Reader' literal object
|
|
VALUES
A public read-only list of all the 'Role' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'Role' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'Role' literal with the specified literal value
|
|
getByName(java.lang.String name)
Returns the 'Role' literal with the specified name
|
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
ADMINISTRATOR
- public static final int ADMINISTRATOR
See Also:
EDITOR
- public static final int EDITOR
The 'Editor' literal value.
If the meaning of 'Editor' literal object isn't clear, there really should be more of a description here...
See Also:
POTENTIAL_OWNER
- public static final int POTENTIAL_OWNER
The 'Potential Owner' literal value.
If the meaning of 'Potential Owner' literal object isn't clear, there really should be more of a description here...
See Also:
READER
- public static final int READER
The 'Reader' literal value.
If the meaning of 'Reader' literal object isn't clear, there really should be more of a description here...
See Also:
POTENTIAL_INSTANCE_CREATOR
- public static final int POTENTIAL_INSTANCE_CREATOR
The 'Potential Instance Creator' literal value.
If the meaning of 'Potential Instance Creator' literal object isn't clear, there really should be more of a description here...
POTENTIAL_STARTER
- public static final int POTENTIAL_STARTER
The 'Potential Starter' literal value.
If the meaning of 'Potential Starter' literal object isn't clear, there really should be more of a description here...
See Also:
ADMINISTRATOR_LITERAL
- public static final Role ADMINISTRATOR_LITERAL
The 'Administrator' literal object.
See Also:
EDITOR_LITERAL
- public static final Role EDITOR_LITERAL
The 'Editor' literal object.
See Also:
POTENTIAL_OWNER_LITERAL
- public static final Role POTENTIAL_OWNER_LITERAL
The 'Potential Owner' literal object.
See Also:
READER_LITERAL
- public static final Role READER_LITERAL
The 'Reader' literal object.
See Also:
POTENTIAL_INSTANCE_CREATOR_LITERAL
- public static final Role POTENTIAL_INSTANCE_CREATOR_LITERAL
The 'Potential Instance Creator' literal object.
See Also:
POTENTIAL_STARTER_LITERAL
- public static final Role POTENTIAL_STARTER_LITERAL
The 'Potential Starter' literal object.
See Also:
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'Role' enumerators.
Method Detail
get
- public static Role get(java.lang.String literal)
Returns the 'Role' literal with the specified literal value.
getByName
- public static Role getByName(java.lang.String name)
Returns the 'Role' literal with the specified name.
get
- public static Role get(int value)
Returns the 'Role' literal with the specified integer value.
If the meaning of 'Administrator' literal object isn't clear, there really should be more of a description here...