org.gcube.data.harmonization.occurrence.model
Enum SubmittedOperation.OperationType
java.lang.Object
java.lang.Enum<SubmittedOperation.OperationType>
org.gcube.data.harmonization.occurrence.model.SubmittedOperation.OperationType
- All Implemented Interfaces:
- Serializable, Comparable<SubmittedOperation.OperationType>
- Enclosing class:
- SubmittedOperation
public static enum SubmittedOperation.OperationType
- extends Enum<SubmittedOperation.OperationType>
Unary
public static final SubmittedOperation.OperationType Unary
Nary
public static final SubmittedOperation.OperationType Nary
values
public static SubmittedOperation.OperationType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SubmittedOperation.OperationType c : SubmittedOperation.OperationType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SubmittedOperation.OperationType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012. All Rights Reserved.