public enum FullyQualifiedNameFQNFormat extends Enum<FullyQualifiedNameFQNFormat> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_CHARACTERSTRING
The 'Const Characterstring' literal object
|
CONST_OID
The 'Const OID' literal object
|
CONST_URL
The 'Const URL' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_CHARACTERSTRING_VALUE
The 'Const Characterstring' literal value
|
static int |
CONST_OID_VALUE
The 'Const OID' literal value
|
static int |
CONST_URL_VALUE
The 'Const URL' literal value
|
static List<FullyQualifiedNameFQNFormat> |
VALUES
A public read-only list of all the 'Fully Qualified Name FQN Format' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FullyQualifiedNameFQNFormat |
get(int value)
Returns the 'Fully Qualified Name FQN Format' literal with the specified integer value
|
static FullyQualifiedNameFQNFormat |
get(String literal)
Returns the 'Fully Qualified Name FQN Format' literal with the specified literal value
|
static FullyQualifiedNameFQNFormat |
getByName(String name)
Returns the 'Fully Qualified Name FQN Format' 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 FullyQualifiedNameFQNFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FullyQualifiedNameFQNFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FullyQualifiedNameFQNFormat CONST_CHARACTERSTRING
CONST_CHARACTERSTRING_VALUEpublic static final FullyQualifiedNameFQNFormat CONST_OID
CONST_OID_VALUEpublic static final FullyQualifiedNameFQNFormat CONST_URL
CONST_URL_VALUEpublic static final int CONST_CHARACTERSTRING_VALUE
If the meaning of 'Const Characterstring' literal object isn't clear, there really should be more of a description here...
CONST_CHARACTERSTRING,
Constant Field Valuespublic static final int CONST_OID_VALUE
If the meaning of 'Const OID' literal object isn't clear, there really should be more of a description here...
CONST_OID,
Constant Field Valuespublic static final int CONST_URL_VALUE
If the meaning of 'Const URL' literal object isn't clear, there really should be more of a description here...
CONST_URL,
Constant Field Valuespublic static final List<FullyQualifiedNameFQNFormat> VALUES
public static FullyQualifiedNameFQNFormat[] values()
for (FullyQualifiedNameFQNFormat c : FullyQualifiedNameFQNFormat.values()) System.out.println(c);
public static FullyQualifiedNameFQNFormat 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 FullyQualifiedNameFQNFormat get(String literal)
literal - the literal.null.public static FullyQualifiedNameFQNFormat getByName(String name)
name - the name.null.public static FullyQualifiedNameFQNFormat get(int value)
value - the integer value.null.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<FullyQualifiedNameFQNFormat>Copyright © 2017. All rights reserved.