public static enum UCMEntity.Kind extends Enum<UCMEntity.Kind>
Enum Constant and Description |
---|
BRANCH |
BRANCH_TYPE |
DERIVED_OBJECT |
DIRECTORY_ELEMENT |
FILE_ELEMENT |
LABEL_TYPE |
STREAM |
UNKNOWN |
VERSION |
Modifier and Type | Method and Description |
---|---|
static UCMEntity.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UCMEntity.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UCMEntity.Kind UNKNOWN
public static final UCMEntity.Kind DIRECTORY_ELEMENT
public static final UCMEntity.Kind FILE_ELEMENT
public static final UCMEntity.Kind BRANCH
public static final UCMEntity.Kind VERSION
public static final UCMEntity.Kind STREAM
public static final UCMEntity.Kind DERIVED_OBJECT
public static final UCMEntity.Kind BRANCH_TYPE
public static final UCMEntity.Kind LABEL_TYPE
public static UCMEntity.Kind[] values()
for (UCMEntity.Kind c : UCMEntity.Kind.values()) System.out.println(c);
public static UCMEntity.Kind 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 © 2016–2018. All rights reserved.