public static enum Package.GHNRequirement.OpType extends Enum<Package.GHNRequirement.OpType>
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final Package.GHNRequirement.OpType EQ
public static final Package.GHNRequirement.OpType EXIST
public static final Package.GHNRequirement.OpType GE
public static final Package.GHNRequirement.OpType GT
public static final Package.GHNRequirement.OpType LE
public static final Package.GHNRequirement.OpType LT
public static final Package.GHNRequirement.OpType NE
public static final Package.GHNRequirement.OpType CONTAINS
public static Package.GHNRequirement.OpType[] values()
for (Package.GHNRequirement.OpType c : Package.GHNRequirement.OpType.values()) System.out.println(c);
public static Package.GHNRequirement.OpType 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 nullpublic String value()
public static Package.GHNRequirement.OpType fromValue(String v)
Copyright © 2015. All Rights Reserved.