|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Item.ItemType>
net.sf.djdoc.bo.Item.ItemType
public static enum Item.ItemType
The ItemType enum enumerates the different types of
Items.
| Enum Constant Summary | |
|---|---|
ANNOTATION
This ItemType represents the Java annotation type. |
|
CLASS
This ItemType represents the Java class type. |
|
ENUM
This ItemType represents the Java enum type. |
|
ERROR
This ItemType represents the Java error classes. |
|
EXCEPTION
This ItemType represents the Java exception classes. |
|
INTERFACE
This ItemType represents the Java interface type. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
Getter method for the description of this ItemType on the
package-frame page. |
static Item.ItemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Item.ItemType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Item.ItemType INTERFACE
ItemType represents the Java interface type.
public static final Item.ItemType CLASS
ItemType represents the Java class type.
public static final Item.ItemType ENUM
ItemType represents the Java enum type.
public static final Item.ItemType EXCEPTION
ItemType represents the Java exception classes.
public static final Item.ItemType ERROR
ItemType represents the Java error classes.
public static final Item.ItemType ANNOTATION
ItemType represents the Java annotation type.
| Method Detail |
|---|
public static final Item.ItemType[] values()
for(Item.ItemType c : Item.ItemType.values())
System.out.println(c);
public static Item.ItemType 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 namepublic java.lang.String getLabel()
ItemType on the
package-frame page.
ItemType's description label
|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||