org.gcube.common.core.resources.service
Enum Package.GHNRequirement.OpType

java.lang.Object
  extended by java.lang.Enum<Package.GHNRequirement.OpType>
      extended by 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>


Enum Constant Summary
CONTAINS
           
EQ
           
EXIST
           
GE
           
GT
           
LE
           
LT
           
NE
           
 
Method Summary
static Package.GHNRequirement.OpType fromValue(String v)
           
 String value()
           
static Package.GHNRequirement.OpType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Package.GHNRequirement.OpType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 © 2013. All Rights Reserved.