@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:37.544Z") public enum TagOperation extends java.lang.Enum<TagOperation>
Enum Constant and Description |
---|
DUMMY
Dummy member.
|
STRING_EQUALS
StringEquals.
|
Modifier and Type | Method and Description |
---|---|
static TagOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagOperation STRING_EQUALS
public static final TagOperation DUMMY
public static TagOperation[] values()
for (TagOperation c : TagOperation.values()) System.out.println(c);
public static TagOperation 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 null