public static enum Tree.ViewType extends Enum<Tree.ViewType>
| Enum Constant and Description |
|---|
VIEWTYPE_LIST |
VIEWTYPE_RECORD |
VIEWTYPE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static Tree.ViewType |
parseViewType(String str) |
static Tree.ViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tree.ViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tree.ViewType VIEWTYPE_LIST
public static final Tree.ViewType VIEWTYPE_RECORD
public static final Tree.ViewType VIEWTYPE_UNKNOWN
public static Tree.ViewType[] values()
for (Tree.ViewType c : Tree.ViewType.values()) System.out.println(c);
public static Tree.ViewType 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 nullpublic String getValue()
public static Tree.ViewType parseViewType(String str) throws MolgenisModelException
MolgenisModelExceptionCopyright © 2015. All Rights Reserved.