org.gcube.common.core.resources.service
Enum Package.GHNRequirement.OpType
java.lang.Object
java.lang.Enum<Package.GHNRequirement.OpType>
org.gcube.common.core.resources.service.Package.GHNRequirement.OpType
- All Implemented Interfaces:
- Serializable, Comparable<Package.GHNRequirement.OpType>
- Enclosing class:
- Package.GHNRequirement
public static enum Package.GHNRequirement.OpType
- extends Enum<Package.GHNRequirement.OpType>
EQ
public static final Package.GHNRequirement.OpType EQ
EXIST
public static final Package.GHNRequirement.OpType EXIST
GE
public static final Package.GHNRequirement.OpType GE
GT
public static final Package.GHNRequirement.OpType GT
LE
public static final Package.GHNRequirement.OpType LE
LT
public static final Package.GHNRequirement.OpType LT
NE
public static final Package.GHNRequirement.OpType NE
CONTAINS
public static final Package.GHNRequirement.OpType CONTAINS
values
public static Package.GHNRequirement.OpType[] 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 (Package.GHNRequirement.OpType c : Package.GHNRequirement.OpType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Package.GHNRequirement.OpType 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
value
public String value()
fromValue
public static Package.GHNRequirement.OpType fromValue(String v)
Copyright © 2012. All Rights Reserved.