Serializable
, Comparable<CsmConditional.Condition>
public static enum CsmConditional.Condition extends Enum<CsmConditional.Condition>
Enum Constant | Description |
---|---|
FLAG |
|
IS_EMPTY |
|
IS_NOT_EMPTY |
|
IS_PRESENT |
Modifier and Type | Method | Description |
---|---|---|
static CsmConditional.Condition |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CsmConditional.Condition[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsmConditional.Condition IS_EMPTY
public static final CsmConditional.Condition IS_NOT_EMPTY
public static final CsmConditional.Condition IS_PRESENT
public static final CsmConditional.Condition FLAG
public static CsmConditional.Condition[] values()
for (CsmConditional.Condition c : CsmConditional.Condition.values()) System.out.println(c);
public static CsmConditional.Condition 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 nullCopyright © 2007–2019. All rights reserved.