public static enum SetOperationRelation.SetOpType extends Enum<SetOperationRelation.SetOpType>
| Modifier and Type | Method and Description |
|---|---|
static SetOperationRelation.SetOpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetOperationRelation.SetOpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetOperationRelation.SetOpType union
public static final SetOperationRelation.SetOpType unionAll
public static final SetOperationRelation.SetOpType except
public static final SetOperationRelation.SetOpType intersect
public static SetOperationRelation.SetOpType[] values()
for (SetOperationRelation.SetOpType c : SetOperationRelation.SetOpType.values()) System.out.println(c);
public static SetOperationRelation.SetOpType 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 nullCopyright © 2018 University of Michigan. All rights reserved.