|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StandardPreferencePages>
org.eclipse.gmf.codegen.gmfgen.StandardPreferencePages
public enum StandardPreferencePages
A representation of the literals of the enumeration 'Standard Preference Pages', and utility methods for working with them.
GMFGenPackage.getStandardPreferencePages()
Enum Constant Summary | |
---|---|
APPEARANCE_LITERAL
The 'Appearance' literal object. |
|
CONNECTIONS_LITERAL
The 'Connections' literal object. |
|
GENERAL_LITERAL
The 'General' literal object. |
|
PATHMAPS_LITERAL
The 'Pathmaps' literal object. |
|
PRINTING_LITERAL
The 'Printing' literal object. |
|
RULERS_AND_GRID_LITERAL
The 'Rulers And Grid' literal object. |
Field Summary | |
---|---|
static int |
APPEARANCE
The 'Appearance' literal value. |
static int |
CONNECTIONS
The 'Connections' literal value. |
static int |
GENERAL
The 'General' literal value. |
static int |
PATHMAPS
The 'Pathmaps' literal value. |
static int |
PRINTING
The 'Printing' literal value. |
static int |
RULERS_AND_GRID
The 'Rulers And Grid' literal value. |
static List<StandardPreferencePages> |
VALUES
A public read-only list of all the 'Standard Preference Pages' enumerators. |
Method Summary | |
---|---|
static StandardPreferencePages |
get(int value)
Returns the 'Standard Preference Pages' literal with the specified integer value. |
static StandardPreferencePages |
get(String literal)
Returns the 'Standard Preference Pages' literal with the specified literal value. |
static StandardPreferencePages |
getByName(String name)
Returns the 'Standard Preference Pages' 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 StandardPreferencePages |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StandardPreferencePages[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StandardPreferencePages GENERAL_LITERAL
GENERAL
public static final StandardPreferencePages APPEARANCE_LITERAL
APPEARANCE
public static final StandardPreferencePages CONNECTIONS_LITERAL
CONNECTIONS
public static final StandardPreferencePages PRINTING_LITERAL
PRINTING
public static final StandardPreferencePages RULERS_AND_GRID_LITERAL
RULERS_AND_GRID
public static final StandardPreferencePages PATHMAPS_LITERAL
PATHMAPS
Field Detail |
---|
public static final int GENERAL
If the meaning of 'General' literal object isn't clear, there really should be more of a description here...
GENERAL_LITERAL
,
Constant Field Valuespublic static final int APPEARANCE
If the meaning of 'Appearance' literal object isn't clear, there really should be more of a description here...
APPEARANCE_LITERAL
,
Constant Field Valuespublic static final int CONNECTIONS
If the meaning of 'Connections' literal object isn't clear, there really should be more of a description here...
CONNECTIONS_LITERAL
,
Constant Field Valuespublic static final int PRINTING
If the meaning of 'Printing' literal object isn't clear, there really should be more of a description here...
PRINTING_LITERAL
,
Constant Field Valuespublic static final int RULERS_AND_GRID
If the meaning of 'Rulers And Grid' literal object isn't clear, there really should be more of a description here...
RULERS_AND_GRID_LITERAL
,
Constant Field Valuespublic static final int PATHMAPS
If the meaning of 'Pathmaps' literal object isn't clear, there really should be more of a description here...
PATHMAPS_LITERAL
,
Constant Field Valuespublic static final List<StandardPreferencePages> VALUES
Method Detail |
---|
public static StandardPreferencePages[] values()
for (StandardPreferencePages c : StandardPreferencePages.values()) System.out.println(c);
public static StandardPreferencePages valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static StandardPreferencePages get(String literal)
public static StandardPreferencePages getByName(String name)
public static StandardPreferencePages 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<StandardPreferencePages>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |