|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.UnspecifiedValuesType
public final class UnspecifiedValuesType
This class contains constants that indicate what should be done with records that do not fall under a specified group.
| Field Summary | |
|---|---|
static int |
_discardValues
Discard the unspecified values. |
static int |
_mergeValues
Merge the unspecified values into a group. |
static int |
_separateValues
Leave the unspecified values in their own groups. |
static UnspecifiedValuesType |
discardValues
An UnspecifiedValuesType that specifies to discard the unspecified values. |
static UnspecifiedValuesType |
mergeValues
An UnspecifiedValuesType that specifies to merge the unspecified values into a group. |
static UnspecifiedValuesType |
separateValues
An UnspecifiedValuesType that specifies to leave the unspecified values in their own groups. |
| Method Summary | |
|---|---|
static UnspecifiedValuesType |
from_int(int i)
Returns the UnspecifiedValuesType object corresponding to the specified value. |
static UnspecifiedValuesType |
from_string(java.lang.String sVal)
Returns the UnspecifiedValuesType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of the specified index. |
int |
value()
Returns the int value of the specified index. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _mergeValues
Merge the unspecified values into a group.
public static final int _discardValues
Discard the unspecified values.
public static final int _separateValues
Leave the unspecified values in their own groups.
public static final UnspecifiedValuesType mergeValues
An UnspecifiedValuesType that specifies to merge the unspecified values into a group.
public static final UnspecifiedValuesType discardValues
An UnspecifiedValuesType that specifies to discard the unspecified values.
public static final UnspecifiedValuesType separateValues
An UnspecifiedValuesType that specifies to leave the unspecified values in their own groups.
| Method Detail |
|---|
public static final UnspecifiedValuesType from_int(int i)
Returns the UnspecifiedValuesType object corresponding to the specified value.
i - The int value of the desired UnspecifiedValuesType object.
UnspecifiedValuesType object corresponding to the specified value.public static final UnspecifiedValuesType from_string(java.lang.String sVal)
Returns the UnspecifiedValuesType object corresponding to the specified type.
sVal - The String value of the desired UnspecifiedValuesType object.
UnspecifiedValuesType object corresponding to the specified value.public java.lang.String toString()
Returns the String value of the specified index.
toString in class java.lang.ObjectString value of the specified index.public int value()
Returns the int value of the specified index.
int value of the specified index.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||