public enum ObjectAction extends Enum<ObjectAction>
Enum Constant and Description |
---|
approve |
deprecate |
undeprecate |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
ObjectStatus |
getObjectStatus() |
static ObjectAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectAction approve
public static final ObjectAction deprecate
public static final ObjectAction undeprecate
public static ObjectAction[] values()
for (ObjectAction c : ObjectAction.values()) System.out.println(c);
public static ObjectAction 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 ObjectStatus getObjectStatus()
public EventType getEventType()
Copyright © 2010–2016 Planetary Data System. All rights reserved.