public enum NeedContentPropertyType extends java.lang.Enum<NeedContentPropertyType>
| Enum Constant and Description |
|---|
ALL |
GOAL |
IS |
IS_AND_SEEKS |
SEEKS |
SEEKS_SEEKS |
| Modifier and Type | Method and Description |
|---|---|
static NeedContentPropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NeedContentPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NeedContentPropertyType IS
public static final NeedContentPropertyType SEEKS
public static final NeedContentPropertyType IS_AND_SEEKS
public static final NeedContentPropertyType SEEKS_SEEKS
public static final NeedContentPropertyType ALL
public static final NeedContentPropertyType GOAL
public static NeedContentPropertyType[] values()
for (NeedContentPropertyType c : NeedContentPropertyType.values()) System.out.println(c);
public static NeedContentPropertyType 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 nullCopyright © 2018. All Rights Reserved.