public static enum FieldInformation.Usage extends Enum<FieldInformation.Usage>
Enum Constant and Description |
---|
ACTIVE |
DERIVED |
GROUP |
OUTPUT |
SUPPLEMENTARY |
TARGET |
Modifier and Type | Method and Description |
---|---|
static FieldInformation.Usage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldInformation.Usage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldInformation.Usage ACTIVE
public static final FieldInformation.Usage SUPPLEMENTARY
public static final FieldInformation.Usage TARGET
public static final FieldInformation.Usage GROUP
public static final FieldInformation.Usage DERIVED
public static final FieldInformation.Usage OUTPUT
public static FieldInformation.Usage[] values()
for (FieldInformation.Usage c : FieldInformation.Usage.values()) System.out.println(c);
public static FieldInformation.Usage 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 © 2005–2016 Zementis, Inc.. All rights reserved.