public enum SingleListDataEntityType extends Enum<SingleListDataEntityType>
Enum Constant and Description |
---|
DOCUMENT
Document
|
FOLDER
Folder
|
MATTER |
Modifier and Type | Method and Description |
---|---|
static SingleListDataEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleListDataEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SingleListDataEntityType DOCUMENT
public static final SingleListDataEntityType FOLDER
public static final SingleListDataEntityType MATTER
public static SingleListDataEntityType[] values()
for (SingleListDataEntityType c : SingleListDataEntityType.values()) System.out.println(c);
public static SingleListDataEntityType 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 © 2019. All rights reserved.