public enum Stroke_linejoin extends java.lang.Enum<Stroke_linejoin> implements org.eclipse.emf.common.util.Enumerator
SvgPackage.getStroke_linejoin()| Enum Constant and Description |
|---|
BEVEL
The 'Bevel' literal object
|
INHERIT
The 'Inherit' literal object
|
MITER
The 'Miter' literal object
|
ROUND
The 'Round' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BEVEL_VALUE
The 'Bevel' literal value
|
static int |
INHERIT_VALUE
The 'Inherit' literal value
|
static int |
MITER_VALUE
The 'Miter' literal value
|
static int |
ROUND_VALUE
The 'Round' literal value
|
static java.util.List<Stroke_linejoin> |
VALUES
A public read-only list of all the 'Stroke linejoin' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static Stroke_linejoin |
get(int value)
Returns the 'Stroke linejoin' literal with the specified integer value
|
static Stroke_linejoin |
get(java.lang.String literal)
Returns the 'Stroke linejoin' literal with the specified literal value
|
static Stroke_linejoin |
getByName(java.lang.String name)
Returns the 'Stroke linejoin' 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 Stroke_linejoin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Stroke_linejoin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stroke_linejoin MITER
MITER_VALUEpublic static final Stroke_linejoin ROUND
ROUND_VALUEpublic static final Stroke_linejoin BEVEL
BEVEL_VALUEpublic static final Stroke_linejoin INHERIT
INHERIT_VALUEpublic static final int MITER_VALUE
If the meaning of 'Miter' literal object isn't clear, there really should be more of a description here...
MITER,
Constant Field Valuespublic static final int ROUND_VALUE
If the meaning of 'Round' literal object isn't clear, there really should be more of a description here...
ROUND,
Constant Field Valuespublic static final int BEVEL_VALUE
If the meaning of 'Bevel' literal object isn't clear, there really should be more of a description here...
BEVEL,
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<Stroke_linejoin> VALUES
public static Stroke_linejoin[] values()
for (Stroke_linejoin c : Stroke_linejoin.values()) System.out.println(c);
public static Stroke_linejoin 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 Stroke_linejoin get(java.lang.String literal)
public static Stroke_linejoin getByName(java.lang.String name)
public static Stroke_linejoin 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<Stroke_linejoin>