public enum TabStyle extends Enum<TabStyle> implements org.eclipse.emf.common.util.Enumerator
DetailViewPackage.getTabStyle()
Enum Constant and Description |
---|
DEFAULT
The 'DEFAULT' literal object.
|
ENHANCED
The 'ENHANCED' literal object.
|
NATIVE
The 'NATIVE' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VALUE
The 'DEFAULT' literal value.
|
static int |
ENHANCED_VALUE
The 'ENHANCED' literal value.
|
static int |
NATIVE_VALUE
The 'NATIVE' literal value.
|
static List<TabStyle> |
VALUES
A public read-only list of all the 'Tab Style' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static TabStyle |
get(int value)
Returns the 'Tab Style' literal with the specified integer value.
|
static TabStyle |
get(String literal)
Returns the 'Tab Style' literal with the specified literal value.
|
static TabStyle |
getByName(String name)
Returns the 'Tab Style' 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 TabStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabStyle DEFAULT
DEFAULT_VALUE
public static final TabStyle NATIVE
NATIVE_VALUE
public static final TabStyle ENHANCED
ENHANCED_VALUE
public static final int DEFAULT_VALUE
If the meaning of 'DEFAULT' literal object isn't clear, there really should be more of a description here...
DEFAULT
,
Constant Field Valuespublic static final int NATIVE_VALUE
If the meaning of 'NATIVE' literal object isn't clear, there really should be more of a description here...
NATIVE
,
Constant Field Valuespublic static final int ENHANCED_VALUE
If the meaning of 'ENHANCED' literal object isn't clear, there really should be more of a description here...
ENHANCED
,
Constant Field Valuespublic static TabStyle[] values()
for (TabStyle c : TabStyle.values()) System.out.println(c);
public static TabStyle 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 TabStyle get(String literal)
public static TabStyle getByName(String name)
public static TabStyle get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.