public static enum ComputationUsage.ComputationUsageType extends java.lang.Enum<ComputationUsage.ComputationUsageType> implements FormatUnmarshaller<ComputationUsage>
| Enum Constant and Description |
|---|
FUTURE_RING |
UNMARSHALL |
| Modifier and Type | Method and Description |
|---|---|
ComputationUsage |
unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
static ComputationUsage.ComputationUsageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComputationUsage.ComputationUsageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputationUsage.ComputationUsageType UNMARSHALL
public static final ComputationUsage.ComputationUsageType FUTURE_RING
public static ComputationUsage.ComputationUsageType[] values()
for (ComputationUsage.ComputationUsageType c : ComputationUsage.ComputationUsageType.values()) System.out.println(c);
public static ComputationUsage.ComputationUsageType 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 ComputationUsage unmarshall(FormatReader mFormat) throws FormatException
unmarshall in interface FormatUnmarshaller<ComputationUsage>mFormat - - The input to read from.FormatException - If there was a problem while reading