public final class RegistrationStatusType
extends org.eclipse.emf.common.util.AbstractEnumerator
MemberPackage.getRegistrationStatusType()
Modifier and Type | Field and Description |
---|---|
static int |
GUEST
The 'Guest' literal value.
|
static RegistrationStatusType |
GUEST_LITERAL
The 'Guest' literal object.
|
static int |
REGISTERED_PERSON
The 'Registered Person' literal value.
|
static RegistrationStatusType |
REGISTERED_PERSON_LITERAL
The 'Registered Person' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Registration Status Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static RegistrationStatusType |
get(int value)
Returns the 'Registration Status Type' literal with the specified integer value.
|
static RegistrationStatusType |
get(java.lang.String literal)
Returns the 'Registration Status Type' literal with the specified literal value.
|
static RegistrationStatusType |
getByName(java.lang.String name)
Returns the 'Registration Status Type' literal with the specified name.
|
public static final int GUEST
If the meaning of 'Guest' literal object isn't clear, there really should be more of a description here...
GUEST_LITERAL
,
Constant Field Valuespublic static final int REGISTERED_PERSON
If the meaning of 'Registered Person' literal object isn't clear, there really should be more of a description here...
REGISTERED_PERSON_LITERAL
,
Constant Field Valuespublic static final RegistrationStatusType GUEST_LITERAL
GUEST
public static final RegistrationStatusType REGISTERED_PERSON_LITERAL
REGISTERED_PERSON
public static final java.util.List VALUES
public static RegistrationStatusType get(java.lang.String literal)
literal
- the literal.null
.public static RegistrationStatusType getByName(java.lang.String name)
name
- the name.null
.public static RegistrationStatusType get(int value)
value
- the integer value.null
.