public final class ParameterType extends Enum
ParameterProvider
.ParameterProvider
Modifier and Type | Field and Description |
---|---|
static ParameterType |
FLAG
Indicates that the parameter value is one of two values.
|
static ParameterType |
RANGE
Indicates that the parameter value lies between two points on a scale.
|
static ParameterType |
SET
Indicates that the parameter value is one of a (small) set of discrete values.
|
static ParameterType |
TYPELESS
Indicates that the parameter can have any value compatible with its storage.
|
Modifier and Type | Method and Description |
---|---|
static ParameterType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static ParameterType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
public static final ParameterType TYPELESS
public static final ParameterType RANGE
public static final ParameterType SET
public static final ParameterType FLAG
public static ParameterType getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static ParameterType[] getValues()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.