public enum AttributeOperations extends Enum<AttributeOperations>
Modifier and Type | Method and Description |
---|---|
static String |
operatorValue(AttributeOperations operation)
For internal use only.
|
static AttributeOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeOperations NONE
public static final AttributeOperations NEGATE
public static AttributeOperations[] values()
for (AttributeOperations c : AttributeOperations.values()) System.out.println(c);
public static AttributeOperations 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 static String operatorValue(AttributeOperations operation)
Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.