public enum ExtendedDataSchemaType extends Enum<ExtendedDataSchemaType> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getExtendedDataSchemaType()| Enum Constant and Description |
|---|
PDF
The 'PDF' literal object.
|
TXT
The 'TXT' literal object.
|
XSD
The 'XSD' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
PDF_VALUE
The 'PDF' literal value.
|
static int |
TXT_VALUE
The 'TXT' literal value.
|
static List<ExtendedDataSchemaType> |
VALUES
A public read-only list of all the 'Extended Data Schema Type' enumerators.
|
static int |
XSD_VALUE
The 'XSD' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtendedDataSchemaType |
get(int value)
Returns the 'Extended Data Schema Type' literal with the specified integer value.
|
static ExtendedDataSchemaType |
get(String literal)
Returns the 'Extended Data Schema Type' literal with the specified literal value.
|
static ExtendedDataSchemaType |
getByName(String name)
Returns the 'Extended Data Schema 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 ExtendedDataSchemaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedDataSchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedDataSchemaType XSD
XSD_VALUEpublic static final ExtendedDataSchemaType PDF
PDF_VALUEpublic static final ExtendedDataSchemaType TXT
TXT_VALUEpublic static final int XSD_VALUE
If the meaning of 'XSD' literal object isn't clear, there really should be more of a description here...
XSD,
Constant Field Valuespublic static final int PDF_VALUE
If the meaning of 'PDF' literal object isn't clear, there really should be more of a description here...
PDF,
Constant Field Valuespublic static final int TXT_VALUE
If the meaning of 'TXT' literal object isn't clear, there really should be more of a description here...
TXT,
Constant Field Valuespublic static final List<ExtendedDataSchemaType> VALUES
public static ExtendedDataSchemaType[] values()
for (ExtendedDataSchemaType c : ExtendedDataSchemaType.values()) System.out.println(c);
public static ExtendedDataSchemaType 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 ExtendedDataSchemaType get(String literal)
literal - the literal.null.public static ExtendedDataSchemaType getByName(String name)
name - the name.null.public static ExtendedDataSchemaType 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<ExtendedDataSchemaType>Copyright © 2016 OpenSource BIM. All rights reserved.