org.eclipse.gmf.codegen.gmfgen
Enum StandardPreferencePages

java.lang.Object
  extended by java.lang.Enum<StandardPreferencePages>
      extended by org.eclipse.gmf.codegen.gmfgen.StandardPreferencePages
All Implemented Interfaces:
Serializable, Comparable<StandardPreferencePages>, org.eclipse.emf.common.util.Enumerator

public enum StandardPreferencePages
extends Enum<StandardPreferencePages>
implements org.eclipse.emf.common.util.Enumerator

A representation of the literals of the enumeration 'Standard Preference Pages', and utility methods for working with them.

See Also:
GMFGenPackage.getStandardPreferencePages()
Generated
Model Properties:

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

GENERAL_LITERAL

public static final StandardPreferencePages GENERAL_LITERAL
The 'General' literal object.

See Also:
GENERAL
Generated
Ordered

APPEARANCE_LITERAL

public static final StandardPreferencePages APPEARANCE_LITERAL
The 'Appearance' literal object.

See Also:
APPEARANCE
Generated
Ordered

CONNECTIONS_LITERAL

public static final StandardPreferencePages CONNECTIONS_LITERAL
The 'Connections' literal object.

See Also:
CONNECTIONS
Generated
Ordered

PRINTING_LITERAL

public static final StandardPreferencePages PRINTING_LITERAL
The 'Printing' literal object.

See Also:
PRINTING
Generated
Ordered

RULERS_AND_GRID_LITERAL

public static final StandardPreferencePages RULERS_AND_GRID_LITERAL
The 'Rulers And Grid' literal object.

See Also:
RULERS_AND_GRID
Generated
Ordered

PATHMAPS_LITERAL

public static final StandardPreferencePages PATHMAPS_LITERAL
The 'Pathmaps' literal object.

See Also:
PATHMAPS
Generated
Ordered
Field Detail

GENERAL

public static final int GENERAL
The 'General' literal value.

If the meaning of 'General' literal object isn't clear, there really should be more of a description here...

See Also:
GENERAL_LITERAL, Constant Field Values
Generated
Ordered
Model Properties:
name="General"

APPEARANCE

public static final int APPEARANCE
The 'Appearance' literal value.

If the meaning of 'Appearance' literal object isn't clear, there really should be more of a description here...

See Also:
APPEARANCE_LITERAL, Constant Field Values
Generated
Ordered
Model Properties:
name="Appearance"

CONNECTIONS

public static final int CONNECTIONS
The 'Connections' literal value.

If the meaning of 'Connections' literal object isn't clear, there really should be more of a description here...

See Also:
CONNECTIONS_LITERAL, Constant Field Values
Generated
Ordered
Model Properties:
name="Connections"

PRINTING

public static final int PRINTING
The 'Printing' literal value.

If the meaning of 'Printing' literal object isn't clear, there really should be more of a description here...

See Also:
PRINTING_LITERAL, Constant Field Values
Generated
Ordered
Model Properties:
name="Printing"

RULERS_AND_GRID

public static final int RULERS_AND_GRID
The 'Rulers And Grid' literal value.

If the meaning of 'Rulers And Grid' literal object isn't clear, there really should be more of a description here...

See Also:
RULERS_AND_GRID_LITERAL, Constant Field Values
Generated
Ordered
Model Properties:
name="RulersAndGrid"

PATHMAPS

public static final int PATHMAPS
The 'Pathmaps' literal value.

If the meaning of 'Pathmaps' literal object isn't clear, there really should be more of a description here...

See Also:
PATHMAPS_LITERAL, Constant Field Values
Generated
Ordered
Model Properties:
name="Pathmaps"

VALUES

public static final List<StandardPreferencePages> VALUES
A public read-only list of all the 'Standard Preference Pages' enumerators.

Generated
Method Detail

values

public static StandardPreferencePages[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StandardPreferencePages c : StandardPreferencePages.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StandardPreferencePages valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

get

public static StandardPreferencePages get(String literal)
Returns the 'Standard Preference Pages' literal with the specified literal value.

Generated

getByName

public static StandardPreferencePages getByName(String name)
Returns the 'Standard Preference Pages' literal with the specified name.

Generated

get

public static StandardPreferencePages get(int value)
Returns the 'Standard Preference Pages' literal with the specified integer value.

Generated

getValue

public int getValue()

Specified by:
getValue in interface org.eclipse.emf.common.util.Enumerator
Generated

getName

public String getName()

Specified by:
getName in interface org.eclipse.emf.common.util.Enumerator
Generated

getLiteral

public String getLiteral()

Specified by:
getLiteral in interface org.eclipse.emf.common.util.Enumerator
Generated

toString

public String toString()
Returns the literal value of the enumerator, which is its string representation.

Overrides:
toString in class Enum<StandardPreferencePages>
Generated


Copyright © 2012. All Rights Reserved.