|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ParameterValueRangeKind
This class contains constants that indicate whether the parameter is discrete, ranged, or both.
Field Summary | |
static int |
_discrete
The parameter is discrete. |
static int |
_discreteAndRange
The parameter supports both ranged and discrete values. |
static int |
_range
The parameter is ranged. |
static ParameterValueRangeKind |
discrete
A ParameterValueRangeKind object that specifies the parameter is discrete.
|
static ParameterValueRangeKind |
discreteAndRange
A ParameterValueRangeKind object that specifies the parameter supports both ranged and discrete values.
|
static ParameterValueRangeKind |
range
A ParameterValueRangeKind object that specifies the parameter is ranged.
|
Method Summary | |
static ParameterValueRangeKind |
from_int(int i)
Returns the ParameterValueRangeKind corresponding to the specified value.
|
static ParameterValueRangeKind |
from_string(java.lang.String sVal)
Returns the ParameterValueRangeKind corresponding to the specified type.
|
java.lang.String |
toString()
Returns the String value of this ParameterValueRangeKind object.
|
int |
value()
Returns the int value of this ParameterValueRangeKind object.
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int _range
The parameter is ranged.
public static final int _discrete
The parameter is discrete.
public static final int _discreteAndRange
The parameter supports both ranged and discrete values.
public static final ParameterValueRangeKind range
A ParameterValueRangeKind
object that specifies the parameter is ranged.
public static final ParameterValueRangeKind discrete
A ParameterValueRangeKind
object that specifies the parameter is discrete.
public static final ParameterValueRangeKind discreteAndRange
A ParameterValueRangeKind
object that specifies the parameter supports both ranged and discrete values.
Method Detail |
public static final ParameterValueRangeKind from_int(int i)
Returns the ParameterValueRangeKind
corresponding to the specified value.
i
- The int
value of the desired ParameterValueRangeKind
object.
ParameterValueRangeKind
corresponding to the specified value.public static final ParameterValueRangeKind from_string(java.lang.String sVal)
Returns the ParameterValueRangeKind
corresponding to the specified type.
sVal
- The String
value of the desired ParameterValueRangeKind
object.
ParameterValueRangeKind
corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this ParameterValueRangeKind
object.
String
value of this ParameterValueRangeKind
object.public int value()
Returns the int
value of this ParameterValueRangeKind
object.
int
value of this ParameterValueRangeKind
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |