public static enum OverseerMessageHandler.ExclusiveMarking extends Enum<OverseerMessageHandler.ExclusiveMarking>
Enum Constant and Description |
---|
EXCLUSIVE |
NONEXCLUSIVE |
NOTDETERMINED |
Modifier and Type | Method and Description |
---|---|
static OverseerMessageHandler.ExclusiveMarking |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverseerMessageHandler.ExclusiveMarking[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverseerMessageHandler.ExclusiveMarking NOTDETERMINED
public static final OverseerMessageHandler.ExclusiveMarking EXCLUSIVE
public static final OverseerMessageHandler.ExclusiveMarking NONEXCLUSIVE
public static OverseerMessageHandler.ExclusiveMarking[] values()
for (OverseerMessageHandler.ExclusiveMarking c : OverseerMessageHandler.ExclusiveMarking.values()) System.out.println(c);
public static OverseerMessageHandler.ExclusiveMarking 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 © 2000-2016 Apache Software Foundation. All Rights Reserved.