com.rapidtransform.org.model
Enum PersonOrganizationAssignment.Role
java.lang.Object
java.lang.Enum<PersonOrganizationAssignment.Role>
com.rapidtransform.org.model.PersonOrganizationAssignment.Role
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PersonOrganizationAssignment.Role>
- Enclosing class:
- PersonOrganizationAssignment
public static enum PersonOrganizationAssignment.Role
- extends java.lang.Enum<PersonOrganizationAssignment.Role>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
AUTHOR
public static final PersonOrganizationAssignment.Role AUTHOR
CLASSIFICATION_OFFICER
public static final PersonOrganizationAssignment.Role CLASSIFICATION_OFFICER
CREATOR
public static final PersonOrganizationAssignment.Role CREATOR
CUSTOMER
public static final PersonOrganizationAssignment.Role CUSTOMER
DESIGN_SUPPLIER
public static final PersonOrganizationAssignment.Role DESIGN_SUPPLIER
EDITOR
public static final PersonOrganizationAssignment.Role EDITOR
ID_OWNER
public static final PersonOrganizationAssignment.Role ID_OWNER
LOCATION
public static final PersonOrganizationAssignment.Role LOCATION
MANUFACTURER
public static final PersonOrganizationAssignment.Role MANUFACTURER
OWNER
public static final PersonOrganizationAssignment.Role OWNER
SUPPLIER
public static final PersonOrganizationAssignment.Role SUPPLIER
WHOLESALER
public static final PersonOrganizationAssignment.Role WHOLESALER
values
public static final PersonOrganizationAssignment.Role[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(PersonOrganizationAssignment.Role c : PersonOrganizationAssignment.Role.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static PersonOrganizationAssignment.Role valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name