public enum VLabelStyle extends Enum<VLabelStyle> implements org.eclipse.emf.common.util.Enumerator
VLabelPackage.getVLabelStyle()
Enum Constant and Description |
---|
H0
The 'H0' literal object.
|
H1
The 'H1' literal object.
|
H2
The 'H2' literal object.
|
H3
The 'H3' literal object.
|
H4
The 'H4' literal object.
|
H5
The 'H5' literal object.
|
H6
The 'H6' literal object.
|
H7
The 'H7' literal object.
|
H8
The 'H8' literal object.
|
H9
The 'H9' literal object.
|
SEPARATOR
The 'Separator' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
H0_VALUE
The 'H0' literal value.
|
static int |
H1_VALUE
The 'H1' literal value.
|
static int |
H2_VALUE
The 'H2' literal value.
|
static int |
H3_VALUE
The 'H3' literal value.
|
static int |
H4_VALUE
The 'H4' literal value.
|
static int |
H5_VALUE
The 'H5' literal value.
|
static int |
H6_VALUE
The 'H6' literal value.
|
static int |
H7_VALUE
The 'H7' literal value.
|
static int |
H8_VALUE
The 'H8' literal value.
|
static int |
H9_VALUE
The 'H9' literal value.
|
static int |
SEPARATOR_VALUE
The 'Separator' literal value.
|
static List<VLabelStyle> |
VALUES
A public read-only list of all the 'VLabel Style' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static VLabelStyle |
get(int value)
Returns the 'VLabel Style' literal with the specified integer value.
|
static VLabelStyle |
get(String literal)
Returns the 'VLabel Style' literal with the specified literal value.
|
static VLabelStyle |
getByName(String name)
Returns the 'VLabel 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 VLabelStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VLabelStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VLabelStyle H0
H0_VALUE
public static final VLabelStyle H1
H1_VALUE
public static final VLabelStyle H2
H2_VALUE
public static final VLabelStyle H3
H3_VALUE
public static final VLabelStyle H4
H4_VALUE
public static final VLabelStyle H5
H5_VALUE
public static final VLabelStyle H6
H6_VALUE
public static final VLabelStyle H7
H7_VALUE
public static final VLabelStyle H8
H8_VALUE
public static final VLabelStyle H9
H9_VALUE
public static final VLabelStyle SEPARATOR
SEPARATOR_VALUE
public static final int H0_VALUE
If the meaning of 'H0' literal object isn't clear, there really should be more of a description here...
H0
,
Constant Field Valuespublic static final int H1_VALUE
If the meaning of 'H1' literal object isn't clear, there really should be more of a description here...
H1
,
Constant Field Valuespublic static final int H2_VALUE
If the meaning of 'H2' literal object isn't clear, there really should be more of a description here...
H2
,
Constant Field Valuespublic static final int H3_VALUE
If the meaning of 'H3' literal object isn't clear, there really should be more of a description here...
H3
,
Constant Field Valuespublic static final int H4_VALUE
If the meaning of 'H4' literal object isn't clear, there really should be more of a description here...
H4
,
Constant Field Valuespublic static final int H5_VALUE
If the meaning of 'H5' literal object isn't clear, there really should be more of a description here...
H5
,
Constant Field Valuespublic static final int H6_VALUE
If the meaning of 'H6' literal object isn't clear, there really should be more of a description here...
H6
,
Constant Field Valuespublic static final int H7_VALUE
If the meaning of 'H7' literal object isn't clear, there really should be more of a description here...
H7
,
Constant Field Valuespublic static final int H8_VALUE
If the meaning of 'H8' literal object isn't clear, there really should be more of a description here...
H8
,
Constant Field Valuespublic static final int H9_VALUE
If the meaning of 'H9' literal object isn't clear, there really should be more of a description here...
H9
,
Constant Field Valuespublic static final int SEPARATOR_VALUE
If the meaning of 'Separator' literal object isn't clear, there really should be more of a description here...
SEPARATOR
,
Constant Field Valuespublic static final List<VLabelStyle> VALUES
public static VLabelStyle[] values()
for (VLabelStyle c : VLabelStyle.values()) System.out.println(c);
public static VLabelStyle 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 VLabelStyle get(String literal)
public static VLabelStyle getByName(String name)
public static VLabelStyle 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
public String toString()
toString
in class Enum<VLabelStyle>
Copyright © 2019. All rights reserved.