org.gcube.portlets.user.results.client.components
protected static enum ResultItem.TabType extends Enum<ResultItem.TabType>
| Enum Constant and Description |
|---|
ALTERNATIVE |
ANNOTATION |
METADATA |
OBJECT |
PART |
| Modifier and Type | Method and Description |
|---|---|
static ResultItem.TabType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultItem.TabType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultItem.TabType OBJECT
public static final ResultItem.TabType ALTERNATIVE
public static final ResultItem.TabType METADATA
public static final ResultItem.TabType ANNOTATION
public static final ResultItem.TabType PART
public static ResultItem.TabType[] values()
for (ResultItem.TabType c : ResultItem.TabType.values()) System.out.println(c);
public static ResultItem.TabType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013. All Rights Reserved.