public enum Font_stretch extends java.lang.Enum<Font_stretch> implements org.eclipse.emf.common.util.Enumerator
SvgPackage.getFont_stretch()| Enum Constant and Description |
|---|
CONDENSED
The 'Condensed' literal object
|
EXPANDED
The 'Expanded' literal object
|
EXTRA_CONDENSED
The 'Extra condensed' literal object
|
EXTRA_EXPANDED
The 'Extra expanded' literal object
|
INHERIT
The 'Inherit' literal object
|
NARROWER
The 'Narrower' literal object
|
NORMAL
The 'Normal' literal object
|
SEMI_CONDENSED
The 'Semi condensed' literal object
|
SEMI_EXPANDED
The 'Semi expanded' literal object
|
ULTRA_CONDENSED
The 'Ultra condensed' literal object
|
ULTRA_EXPANDED
The 'Ultra expanded' literal object
|
WIDER
The 'Wider' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONDENSED_VALUE
The 'Condensed' literal value
|
static int |
EXPANDED_VALUE
The 'Expanded' literal value
|
static int |
EXTRA_CONDENSED_VALUE
The 'Extra condensed' literal value
|
static int |
EXTRA_EXPANDED_VALUE
The 'Extra expanded' literal value
|
static int |
INHERIT_VALUE
The 'Inherit' literal value
|
static int |
NARROWER_VALUE
The 'Narrower' literal value
|
static int |
NORMAL_VALUE
The 'Normal' literal value
|
static int |
SEMI_CONDENSED_VALUE
The 'Semi condensed' literal value
|
static int |
SEMI_EXPANDED_VALUE
The 'Semi expanded' literal value
|
static int |
ULTRA_CONDENSED_VALUE
The 'Ultra condensed' literal value
|
static int |
ULTRA_EXPANDED_VALUE
The 'Ultra expanded' literal value
|
static java.util.List<Font_stretch> |
VALUES
A public read-only list of all the 'Font stretch' enumerators
|
static int |
WIDER_VALUE
The 'Wider' literal value
|
| Modifier and Type | Method and Description |
|---|---|
static Font_stretch |
get(int value)
Returns the 'Font stretch' literal with the specified integer value
|
static Font_stretch |
get(java.lang.String literal)
Returns the 'Font stretch' literal with the specified literal value
|
static Font_stretch |
getByName(java.lang.String name)
Returns the 'Font stretch' literal with the specified name
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static Font_stretch |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font_stretch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Font_stretch NORMAL
NORMAL_VALUEpublic static final Font_stretch WIDER
WIDER_VALUEpublic static final Font_stretch NARROWER
NARROWER_VALUEpublic static final Font_stretch ULTRA_CONDENSED
ULTRA_CONDENSED_VALUEpublic static final Font_stretch EXTRA_CONDENSED
EXTRA_CONDENSED_VALUEpublic static final Font_stretch CONDENSED
CONDENSED_VALUEpublic static final Font_stretch SEMI_CONDENSED
SEMI_CONDENSED_VALUEpublic static final Font_stretch SEMI_EXPANDED
SEMI_EXPANDED_VALUEpublic static final Font_stretch EXPANDED
EXPANDED_VALUEpublic static final Font_stretch EXTRA_EXPANDED
EXTRA_EXPANDED_VALUEpublic static final Font_stretch ULTRA_EXPANDED
ULTRA_EXPANDED_VALUEpublic static final Font_stretch INHERIT
INHERIT_VALUEpublic static final int NORMAL_VALUE
If the meaning of 'Normal' literal object isn't clear, there really should be more of a description here...
NORMAL,
Constant Field Valuespublic static final int WIDER_VALUE
If the meaning of 'Wider' literal object isn't clear, there really should be more of a description here...
WIDER,
Constant Field Valuespublic static final int NARROWER_VALUE
If the meaning of 'Narrower' literal object isn't clear, there really should be more of a description here...
NARROWER,
Constant Field Valuespublic static final int ULTRA_CONDENSED_VALUE
If the meaning of 'Ultra condensed' literal object isn't clear, there really should be more of a description here...
ULTRA_CONDENSED,
Constant Field Valuespublic static final int EXTRA_CONDENSED_VALUE
If the meaning of 'Extra condensed' literal object isn't clear, there really should be more of a description here...
EXTRA_CONDENSED,
Constant Field Valuespublic static final int CONDENSED_VALUE
If the meaning of 'Condensed' literal object isn't clear, there really should be more of a description here...
CONDENSED,
Constant Field Valuespublic static final int SEMI_CONDENSED_VALUE
If the meaning of 'Semi condensed' literal object isn't clear, there really should be more of a description here...
SEMI_CONDENSED,
Constant Field Valuespublic static final int SEMI_EXPANDED_VALUE
If the meaning of 'Semi expanded' literal object isn't clear, there really should be more of a description here...
SEMI_EXPANDED,
Constant Field Valuespublic static final int EXPANDED_VALUE
If the meaning of 'Expanded' literal object isn't clear, there really should be more of a description here...
EXPANDED,
Constant Field Valuespublic static final int EXTRA_EXPANDED_VALUE
If the meaning of 'Extra expanded' literal object isn't clear, there really should be more of a description here...
EXTRA_EXPANDED,
Constant Field Valuespublic static final int ULTRA_EXPANDED_VALUE
If the meaning of 'Ultra expanded' literal object isn't clear, there really should be more of a description here...
ULTRA_EXPANDED,
Constant Field Valuespublic static final int INHERIT_VALUE
If the meaning of 'Inherit' literal object isn't clear, there really should be more of a description here...
INHERIT,
Constant Field Valuespublic static final java.util.List<Font_stretch> VALUES
public static Font_stretch[] values()
for (Font_stretch c : Font_stretch.values()) System.out.println(c);
public static Font_stretch valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Font_stretch get(java.lang.String literal)
public static Font_stretch getByName(java.lang.String name)
public static Font_stretch get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<Font_stretch>