public enum RelSetType extends Enum<RelSetType>
| Enum Constant and Description |
|---|
Exclusive |
Interleaving |
None |
Order |
ReverseOrder |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RelSetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelSetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelSetType Order
public static final RelSetType ReverseOrder
public static final RelSetType Interleaving
public static final RelSetType Exclusive
public static final RelSetType None
public static RelSetType[] values()
for (RelSetType c : RelSetType.values()) System.out.println(c);
public static RelSetType 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 String toString()
toString in class Enum<RelSetType>Copyright © 2017. All rights reserved.