public static enum BVElementInfo.BVElementType extends java.lang.Enum<BVElementInfo.BVElementType>
Enum Constant and Description |
---|
AGGREGATION
type: aggregation
|
CATEGORY
type: category
|
DETAILS
type: details
|
GROUP
type: group
|
Modifier and Type | Method and Description |
---|---|
static BVElementInfo.BVElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BVElementInfo.BVElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BVElementInfo.BVElementType CATEGORY
public static final BVElementInfo.BVElementType GROUP
public static final BVElementInfo.BVElementType AGGREGATION
public static final BVElementInfo.BVElementType DETAILS
public static BVElementInfo.BVElementType[] values()
for (BVElementInfo.BVElementType c : BVElementInfo.BVElementType.values()) System.out.println(c);
public static BVElementInfo.BVElementType 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 namejava.lang.NullPointerException
- if the argument is null