public enum BoundType extends java.lang.Enum<BoundType>
Modifier and Type | Method and Description |
---|---|
static BoundType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoundType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoundType BV
public static final BoundType FR
public static final BoundType FX
public static final BoundType LI
public static final BoundType LO
public static final BoundType MI
public static final BoundType PL
public static final BoundType SC
public static final BoundType UI
public static final BoundType UP
public static BoundType[] values()
for (BoundType c : BoundType.values()) System.out.println(c);
public static BoundType 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