public final class ProfileType
extends org.eclipse.emf.common.util.AbstractEnumerator
MemberPackage.getProfileType()
Modifier and Type | Field and Description |
---|---|
static int |
BUSINESS
The 'Business' literal value.
|
static ProfileType |
BUSINESS_LITERAL
The 'Business' literal object.
|
static int |
CONSUMER
The 'Consumer' literal value.
|
static ProfileType |
CONSUMER_LITERAL
The 'Consumer' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Profile Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ProfileType |
get(int value)
Returns the 'Profile Type' literal with the specified integer value.
|
static ProfileType |
get(java.lang.String literal)
Returns the 'Profile Type' literal with the specified literal value.
|
static ProfileType |
getByName(java.lang.String name)
Returns the 'Profile Type' literal with the specified name.
|
public static final int CONSUMER
If the meaning of 'Consumer' literal object isn't clear, there really should be more of a description here...
CONSUMER_LITERAL
,
Constant Field Valuespublic static final int BUSINESS
If the meaning of 'Business' literal object isn't clear, there really should be more of a description here...
BUSINESS_LITERAL
,
Constant Field Valuespublic static final ProfileType CONSUMER_LITERAL
CONSUMER
public static final ProfileType BUSINESS_LITERAL
BUSINESS
public static final java.util.List VALUES
public static ProfileType get(java.lang.String literal)
literal
- the literal.null
.public static ProfileType getByName(java.lang.String name)
name
- the name.null
.public static ProfileType get(int value)
value
- the integer value.null
.