|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<InfoObjectType>
org.gcube.portlets.user.homelibrary.home.workspace.basket.items.gcube.InfoObjectType
public enum InfoObjectType
Enum Constant Summary | |
---|---|
ANNOTATION
Annotation. |
|
DOCUMENT
Document. |
|
IMAGE_DOCUMENT
Image document. |
|
METADATA
Metadata. |
|
PDF_DOCUMENT
PDF document. |
|
URL_DOCUMENT
Url document. |
Method Summary | |
---|---|
static InfoObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InfoObjectType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final InfoObjectType DOCUMENT
public static final InfoObjectType IMAGE_DOCUMENT
public static final InfoObjectType PDF_DOCUMENT
public static final InfoObjectType URL_DOCUMENT
public static final InfoObjectType METADATA
public static final InfoObjectType ANNOTATION
Method Detail |
---|
public static final InfoObjectType[] values()
for(InfoObjectType c : InfoObjectType.values()) System.out.println(c);
public static InfoObjectType 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |