|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SECTION_TYPE>
org.eclipse.jst.pagedesigner.editors.properties.quickedittabsections.SECTION_TYPE
public enum SECTION_TYPE
A representation of the literals of the enumeration 'SECTION TYPE', and utility methods for working with them.
QuickEditTabSectionsPackage.getSECTION_TYPE()
Enum Constant Summary | |
---|---|
ATTRIBUTE
The 'ATTRIBUTE' literal object |
|
SECTION
The 'SECTION' literal object |
Field Summary | |
---|---|
static int |
ATTRIBUTE_VALUE
The 'ATTRIBUTE' literal value |
static java.lang.String |
copyright
|
static int |
SECTION_VALUE
The 'SECTION' literal value |
static java.util.List<SECTION_TYPE> |
VALUES
A public read-only list of all the 'SECTION TYPE' enumerators |
Method Summary | |
---|---|
static SECTION_TYPE |
get(int value)
Returns the 'SECTION TYPE' literal with the specified integer value |
static SECTION_TYPE |
get(java.lang.String literal)
Returns the 'SECTION TYPE' literal with the specified literal value |
static SECTION_TYPE |
getByName(java.lang.String name)
Returns the 'SECTION TYPE' 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 SECTION_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SECTION_TYPE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SECTION_TYPE ATTRIBUTE
ATTRIBUTE_VALUE
public static final SECTION_TYPE SECTION
SECTION_VALUE
Field Detail |
---|
public static final java.lang.String copyright
public static final int ATTRIBUTE_VALUE
If the meaning of 'ATTRIBUTE' literal object isn't clear, there really should be more of a description here...
ATTRIBUTE
,
Constant Field Valuespublic static final int SECTION_VALUE
If the meaning of 'SECTION' literal object isn't clear, there really should be more of a description here...
SECTION
,
Constant Field Valuespublic static final java.util.List<SECTION_TYPE> VALUES
Method Detail |
---|
public static SECTION_TYPE[] values()
for (SECTION_TYPE c : SECTION_TYPE.values()) System.out.println(c);
public static SECTION_TYPE 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 name
java.lang.NullPointerException
- if the argument is nullpublic static SECTION_TYPE get(java.lang.String literal)
literal
-
public static SECTION_TYPE getByName(java.lang.String name)
name
-
public static SECTION_TYPE get(int value)
value
-
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<SECTION_TYPE>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |