public enum OnPropertiesLinkOp extends Enum<OnPropertiesLinkOp> implements Serializable
OnPropertiesLink
Enum Constant and Description |
---|
EQUAL
Specifies the condition that the source and target properties are equal to each other.
|
IN_STRING
Specifies that the source property must be part of the target property string.
|
IN_STRING_IGNORE_CASE
Specifies that the soruce property must be part of the target property string, case insensitive.
|
NOT_EQUAL
Specifies the condition that the source and target properties are NOT equal to each other.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OnPropertiesLinkOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnPropertiesLinkOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnPropertiesLinkOp NOT_EQUAL
public static final OnPropertiesLinkOp EQUAL
public static final OnPropertiesLinkOp IN_STRING
public static final OnPropertiesLinkOp IN_STRING_IGNORE_CASE
public static OnPropertiesLinkOp[] values()
for (OnPropertiesLinkOp c : OnPropertiesLinkOp.values()) System.out.println(c);
public static OnPropertiesLinkOp 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 toString()
toString
in class Enum<OnPropertiesLinkOp>
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.