public static enum SetNodeValue.SetOperationType extends Enum<SetNodeValue.SetOperationType>
| Modifier and Type | Method and Description |
|---|---|
static SetNodeValue.SetOperationType |
parse(String value) |
static SetNodeValue.SetOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetNodeValue.SetOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetNodeValue.SetOperationType UNION
public static final SetNodeValue.SetOperationType INTER
public static final SetNodeValue.SetOperationType DIFF
public static final SetNodeValue.SetOperationType SYMDIFF
public static final SetNodeValue.SetOperationType CROSS
public static SetNodeValue.SetOperationType[] values()
for (SetNodeValue.SetOperationType c : SetNodeValue.SetOperationType.values()) System.out.println(c);
public static SetNodeValue.SetOperationType 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 SetNodeValue.SetOperationType parse(String value)
Copyright © 2013. All Rights Reserved.