public static enum GraphComputeResponse.GraphComputeAction extends Enum<GraphComputeResponse.GraphComputeAction>
Enum Constant and Description |
---|
OBJECTGROUP
Compute graph only for ObjectGroup
|
UNIT
Compute graph only for Unit
|
UNIT_OBJECTGROUP
Compute graph for Unit and there ObjectGroup
|
Modifier and Type | Method and Description |
---|---|
static GraphComputeResponse.GraphComputeAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphComputeResponse.GraphComputeAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphComputeResponse.GraphComputeAction UNIT
public static final GraphComputeResponse.GraphComputeAction OBJECTGROUP
public static final GraphComputeResponse.GraphComputeAction UNIT_OBJECTGROUP
public static GraphComputeResponse.GraphComputeAction[] values()
for (GraphComputeResponse.GraphComputeAction c : GraphComputeResponse.GraphComputeAction.values()) System.out.println(c);
public static GraphComputeResponse.GraphComputeAction 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 © 2018 Vitam. All rights reserved.