public enum ComplexTypeConditionMode extends Enum<ComplexTypeConditionMode>
Enum Constant and Description |
---|
EXCLUDE_CLASS_TYPE
Indicates that the complex type condition ignores the matched class types
|
INCLUDE_CLASS_TYPE
Indicates that the complex type condition is used to match the given types in the condition
|
Modifier and Type | Method and Description |
---|---|
static ComplexTypeConditionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplexTypeConditionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComplexTypeConditionMode INCLUDE_CLASS_TYPE
public static final ComplexTypeConditionMode EXCLUDE_CLASS_TYPE
public static ComplexTypeConditionMode[] values()
for (ComplexTypeConditionMode c : ComplexTypeConditionMode.values()) System.out.println(c);
public static ComplexTypeConditionMode 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 null Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.