com.crystaldecisions.sdk.occa.report.data
Class UnspecifiedValuesType

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.data.UnspecifiedValuesType

public final class UnspecifiedValuesType
extends java.lang.Object

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

_mergeValues

public static final int _mergeValues

Merge the unspecified values into a group.

See Also:
Constant Field Values

_discardValues

public static final int _discardValues

Discard the unspecified values.

See Also:
Constant Field Values

_separateValues

public static final int _separateValues

Leave the unspecified values in their own groups.

See Also:
Constant Field Values

mergeValues

public static final UnspecifiedValuesType mergeValues

An UnspecifiedValuesType that specifies to merge the unspecified values into a group.


discardValues

public static final UnspecifiedValuesType discardValues

An UnspecifiedValuesType that specifies to discard the unspecified values.


separateValues

public static final UnspecifiedValuesType separateValues

An UnspecifiedValuesType that specifies to leave the unspecified values in their own groups.

Method Detail

from_int

public static final UnspecifiedValuesType from_int(int i)

Returns the UnspecifiedValuesType object corresponding to the specified value.

Parameters:
i - The int value of the desired UnspecifiedValuesType object.
Returns:
The UnspecifiedValuesType object corresponding to the specified value.

from_string

public static final UnspecifiedValuesType from_string(java.lang.String sVal)

Returns the UnspecifiedValuesType object corresponding to the specified type.

Parameters:
sVal - The String value of the desired UnspecifiedValuesType object.
Returns:
The UnspecifiedValuesType object corresponding to the specified value.

toString

public java.lang.String toString()

Returns the String value of the specified index.

Overrides:
toString in class java.lang.Object
Returns:
The String value of the specified index.

value

public int value()

Returns the int value of the specified index.

Returns:
The int value of the specified index.