public enum PropertyType extends Enum<PropertyType> implements org.eclipse.emf.common.util.Enumerator
PropertiesPackage.getPropertyType()| Enum Constant and Description |
|---|
ENCODED_ISO
The 'ENCODED ISO' literal object
|
UNICODE
The 'UNICODE' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODED_ISO_VALUE
The 'ENCODED ISO' literal value
|
static int |
UNICODE_VALUE
The 'UNICODE' literal value
|
static List<PropertyType> |
VALUES
A public read-only list of all the 'Property Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyType |
get(int value)
Returns the 'Property Type' literal with the specified integer value
|
static PropertyType |
get(String literal)
Returns the 'Property Type' literal with the specified literal value
|
static PropertyType |
getByName(String name)
Returns the 'Property Type' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyType ENCODED_ISO
ENCODED_ISO_VALUEpublic static final PropertyType UNICODE
UNICODE_VALUEpublic static final int ENCODED_ISO_VALUE
If the meaning of 'ENCODED ISO' literal object isn't clear, there really should be more of a description here...
ENCODED_ISO,
Constant Field Valuespublic static final int UNICODE_VALUE
If the meaning of 'UNICODE' literal object isn't clear, there really should be more of a description here...
UNICODE,
Constant Field Valuespublic static final List<PropertyType> VALUES
public static PropertyType[] values()
for (PropertyType c : PropertyType.values()) System.out.println(c);
public static PropertyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static PropertyType get(String literal)
public static PropertyType getByName(String name)
public static PropertyType get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<PropertyType>Copyright © 2013–2014 Jabylon. All rights reserved.