public enum WindowSpecificationUBASE extends Enum<WindowSpecificationUBASE> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST10_CENTIMETER
The 'Const10 Centimeter' literal object
|
CONST10_INCH
The 'Const10 Inch' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST10_CENTIMETER_VALUE
The 'Const10 Centimeter' literal value
|
static int |
CONST10_INCH_VALUE
The 'Const10 Inch' literal value
|
static List<WindowSpecificationUBASE> |
VALUES
A public read-only list of all the 'Window Specification UBASE' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static WindowSpecificationUBASE |
get(int value)
Returns the 'Window Specification UBASE' literal with the specified integer value
|
static WindowSpecificationUBASE |
get(String literal)
Returns the 'Window Specification UBASE' literal with the specified literal value
|
static WindowSpecificationUBASE |
getByName(String name)
Returns the 'Window Specification UBASE' 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 WindowSpecificationUBASE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowSpecificationUBASE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowSpecificationUBASE CONST10_CENTIMETER
CONST10_CENTIMETER_VALUEpublic static final WindowSpecificationUBASE CONST10_INCH
CONST10_INCH_VALUEpublic static final int CONST10_CENTIMETER_VALUE
If the meaning of 'Const10 Centimeter' literal object isn't clear, there really should be more of a description here...
CONST10_CENTIMETER,
Constant Field Valuespublic static final int CONST10_INCH_VALUE
If the meaning of 'Const10 Inch' literal object isn't clear, there really should be more of a description here...
CONST10_INCH,
Constant Field Valuespublic static final List<WindowSpecificationUBASE> VALUES
public static WindowSpecificationUBASE[] values()
for (WindowSpecificationUBASE c : WindowSpecificationUBASE.values()) System.out.println(c);
public static WindowSpecificationUBASE 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 WindowSpecificationUBASE get(String literal)
literal - the literal.null.public static WindowSpecificationUBASE getByName(String name)
name - the name.null.public static WindowSpecificationUBASE 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<WindowSpecificationUBASE>Copyright © 2017. All rights reserved.