public enum ObjectAction extends java.lang.Enum<ObjectAction>
Enum Constant and Description |
---|
approve |
deprecate |
undeprecate |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
ObjectStatus |
getObjectStatus() |
static ObjectAction |
valueOf(java.lang.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(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 nullpublic ObjectStatus getObjectStatus()
public EventType getEventType()
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.