public static enum BeamSetOperatorRelBase.OpType extends java.lang.Enum<BeamSetOperatorRelBase.OpType> implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
static BeamSetOperatorRelBase.OpType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeamSetOperatorRelBase.OpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeamSetOperatorRelBase.OpType UNION
public static final BeamSetOperatorRelBase.OpType INTERSECT
public static final BeamSetOperatorRelBase.OpType MINUS
public static BeamSetOperatorRelBase.OpType[] values()
for (BeamSetOperatorRelBase.OpType c : BeamSetOperatorRelBase.OpType.values()) System.out.println(c);
public static BeamSetOperatorRelBase.OpType 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