public enum VifeTypes extends Enum<VifeTypes>
Enum Constant and Description |
---|
ERROR |
FC_EXTENSION |
MAN_SPEC |
OBJECT_ACTION |
PRIMARY |
Modifier and Type | Method and Description |
---|---|
static VifeTypes |
fromLabel(String label) |
String |
getLabel() |
static VifeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VifeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VifeTypes PRIMARY
public static final VifeTypes FC_EXTENSION
public static final VifeTypes OBJECT_ACTION
public static final VifeTypes ERROR
public static final VifeTypes MAN_SPEC
public static VifeTypes[] values()
for (VifeTypes c : VifeTypes.values()) System.out.println(c);
public static VifeTypes 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 getLabel()
Copyright © 2009–2016 MBus4J. All rights reserved.