public enum DotMethodFPInputEnum extends Enum<DotMethodFPInputEnum>
Enum Constant and Description |
---|
ANY |
EVENTCOLL |
SCALAR_ANY |
SCALAR_NUMERIC |
Modifier and Type | Method and Description |
---|---|
boolean |
isScalar() |
static DotMethodFPInputEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DotMethodFPInputEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DotMethodFPInputEnum SCALAR_NUMERIC
public static final DotMethodFPInputEnum SCALAR_ANY
public static final DotMethodFPInputEnum EVENTCOLL
public static final DotMethodFPInputEnum ANY
public static DotMethodFPInputEnum[] values()
for (DotMethodFPInputEnum c : DotMethodFPInputEnum.values()) System.out.println(c);
public static DotMethodFPInputEnum 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 boolean isScalar()