public final class PreferredCommunicationEnumerationType
extends org.eclipse.emf.common.util.AbstractEnumerator
MemberPackage.getPreferredCommunicationEnumerationType()
Modifier and Type | Field and Description |
---|---|
static int |
EMAIL1
The 'Email1' literal value.
|
static PreferredCommunicationEnumerationType |
EMAIL1_LITERAL
The 'Email1' literal object.
|
static int |
EMAIL2
The 'Email2' literal value.
|
static PreferredCommunicationEnumerationType |
EMAIL2_LITERAL
The 'Email2' literal object.
|
static int |
FAX1
The 'Fax1' literal value.
|
static PreferredCommunicationEnumerationType |
FAX1_LITERAL
The 'Fax1' literal object.
|
static int |
FAX2
The 'Fax2' literal value.
|
static PreferredCommunicationEnumerationType |
FAX2_LITERAL
The 'Fax2' literal object.
|
static int |
TELEPHONE1
The 'Telephone1' literal value.
|
static PreferredCommunicationEnumerationType |
TELEPHONE1_LITERAL
The 'Telephone1' literal object.
|
static int |
TELEPHONE2
The 'Telephone2' literal value.
|
static PreferredCommunicationEnumerationType |
TELEPHONE2_LITERAL
The 'Telephone2' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Preferred Communication Enumeration Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PreferredCommunicationEnumerationType |
get(int value)
Returns the 'Preferred Communication Enumeration Type' literal with the specified integer value.
|
static PreferredCommunicationEnumerationType |
get(java.lang.String literal)
Returns the 'Preferred Communication Enumeration Type' literal with the specified literal value.
|
static PreferredCommunicationEnumerationType |
getByName(java.lang.String name)
Returns the 'Preferred Communication Enumeration Type' literal with the specified name.
|
public static final int TELEPHONE1
If the meaning of 'Telephone1' literal object isn't clear, there really should be more of a description here...
TELEPHONE1_LITERAL
,
Constant Field Valuespublic static final int TELEPHONE2
If the meaning of 'Telephone2' literal object isn't clear, there really should be more of a description here...
TELEPHONE2_LITERAL
,
Constant Field Valuespublic static final int EMAIL1
If the meaning of 'Email1' literal object isn't clear, there really should be more of a description here...
EMAIL1_LITERAL
,
Constant Field Valuespublic static final int EMAIL2
If the meaning of 'Email2' literal object isn't clear, there really should be more of a description here...
EMAIL2_LITERAL
,
Constant Field Valuespublic static final int FAX1
If the meaning of 'Fax1' literal object isn't clear, there really should be more of a description here...
FAX1_LITERAL
,
Constant Field Valuespublic static final int FAX2
If the meaning of 'Fax2' literal object isn't clear, there really should be more of a description here...
FAX2_LITERAL
,
Constant Field Valuespublic static final PreferredCommunicationEnumerationType TELEPHONE1_LITERAL
TELEPHONE1
public static final PreferredCommunicationEnumerationType TELEPHONE2_LITERAL
TELEPHONE2
public static final PreferredCommunicationEnumerationType EMAIL1_LITERAL
EMAIL1
public static final PreferredCommunicationEnumerationType EMAIL2_LITERAL
EMAIL2
public static final PreferredCommunicationEnumerationType FAX1_LITERAL
FAX1
public static final PreferredCommunicationEnumerationType FAX2_LITERAL
FAX2
public static final java.util.List VALUES
public static PreferredCommunicationEnumerationType get(java.lang.String literal)
literal
- the literal.null
.public static PreferredCommunicationEnumerationType getByName(java.lang.String name)
name
- the name.null
.public static PreferredCommunicationEnumerationType get(int value)
value
- the integer value.null
.