public enum Pointer_events extends java.lang.Enum<Pointer_events> implements org.eclipse.emf.common.util.Enumerator
SvgPackage.getPointer_events()| Enum Constant and Description |
|---|
ALL
The 'All' literal object
|
FILL
The 'Fill' literal object
|
INHERIT
The 'Inherit' literal object
|
NONE
The 'None' literal object
|
PAINTED
The 'Painted' literal object
|
STROKE
The 'Stroke' literal object
|
VISIBLE
The 'Visible' literal object
|
VISIBLE_FILL
The 'Visible Fill' literal object
|
VISIBLE_PAINTED
The 'Visible Painted' literal object
|
VISIBLE_STROKE
The 'Visible Stroke' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_VALUE
The 'All' literal value
|
static int |
FILL_VALUE
The 'Fill' literal value
|
static int |
INHERIT_VALUE
The 'Inherit' literal value
|
static int |
NONE_VALUE
The 'None' literal value
|
static int |
PAINTED_VALUE
The 'Painted' literal value
|
static int |
STROKE_VALUE
The 'Stroke' literal value
|
static java.util.List<Pointer_events> |
VALUES
A public read-only list of all the 'Pointer events' enumerators
|
static int |
VISIBLE_FILL_VALUE
The 'Visible Fill' literal value
|
static int |
VISIBLE_PAINTED_VALUE
The 'Visible Painted' literal value
|
static int |
VISIBLE_STROKE_VALUE
The 'Visible Stroke' literal value
|
static int |
VISIBLE_VALUE
The 'Visible' literal value
|
| Modifier and Type | Method and Description |
|---|---|
static Pointer_events |
get(int value)
Returns the 'Pointer events' literal with the specified integer value
|
static Pointer_events |
get(java.lang.String literal)
Returns the 'Pointer events' literal with the specified literal value
|
static Pointer_events |
getByName(java.lang.String name)
Returns the 'Pointer events' 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 Pointer_events |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pointer_events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pointer_events VISIBLE_PAINTED
VISIBLE_PAINTED_VALUEpublic static final Pointer_events VISIBLE_FILL
VISIBLE_FILL_VALUEpublic static final Pointer_events VISIBLE_STROKE
VISIBLE_STROKE_VALUEpublic static final Pointer_events VISIBLE
VISIBLE_VALUEpublic static final Pointer_events PAINTED
PAINTED_VALUEpublic static final Pointer_events FILL
FILL_VALUEpublic static final Pointer_events STROKE
STROKE_VALUEpublic static final Pointer_events ALL
ALL_VALUEpublic static final Pointer_events NONE
NONE_VALUEpublic static final Pointer_events INHERIT
INHERIT_VALUEpublic static final int VISIBLE_PAINTED_VALUE
If the meaning of 'Visible Painted' literal object isn't clear, there really should be more of a description here...
VISIBLE_PAINTED,
Constant Field Valuespublic static final int VISIBLE_FILL_VALUE
If the meaning of 'Visible Fill' literal object isn't clear, there really should be more of a description here...
VISIBLE_FILL,
Constant Field Valuespublic static final int VISIBLE_STROKE_VALUE
If the meaning of 'Visible Stroke' literal object isn't clear, there really should be more of a description here...
VISIBLE_STROKE,
Constant Field Valuespublic static final int VISIBLE_VALUE
If the meaning of 'Visible' literal object isn't clear, there really should be more of a description here...
VISIBLE,
Constant Field Valuespublic static final int PAINTED_VALUE
If the meaning of 'Painted' literal object isn't clear, there really should be more of a description here...
PAINTED,
Constant Field Valuespublic static final int FILL_VALUE
If the meaning of 'Fill' literal object isn't clear, there really should be more of a description here...
FILL,
Constant Field Valuespublic static final int STROKE_VALUE
If the meaning of 'Stroke' literal object isn't clear, there really should be more of a description here...
STROKE,
Constant Field Valuespublic static final int ALL_VALUE
If the meaning of 'All' literal object isn't clear, there really should be more of a description here...
ALL,
Constant Field Valuespublic static final int NONE_VALUE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE,
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<Pointer_events> VALUES
public static Pointer_events[] values()
for (Pointer_events c : Pointer_events.values()) System.out.println(c);
public static Pointer_events 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 Pointer_events get(java.lang.String literal)
public static Pointer_events getByName(java.lang.String name)
public static Pointer_events 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<Pointer_events>