|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectConditionFormulaType
com.crystaldecisions.sdk.occa.report.definition.DateTimeFieldFormatConditionFormulaType
public final class DateTimeFieldFormatConditionFormulaType
This object is used to specify the condition formula type for DateTime field formatting.
| Field Summary | |
|---|---|
static int |
_dateTimeOrder
Order of elements in DateTime field. |
static int |
_dateTimeSeparator
Separator of elements in DateTime field. |
static DateTimeFieldFormatConditionFormulaType |
dateTimeOrder
A DateTimeFieldFormatConditionFormulaType that specifies the order
of elements in DateTime field. |
static DateTimeFieldFormatConditionFormulaType |
dateTimeSeparator
A DateTimeFieldFormatConditionFormulaType that specifies the separator
of elements in DateTime field. |
| Method Summary | |
|---|---|
static DateTimeFieldFormatConditionFormulaType |
from_int(int i)
Returns the DateTimeFieldFormatConditionFormulaType object corresponding to the specified value. |
static DateTimeFieldFormatConditionFormulaType |
from_string(java.lang.String sVal)
Returns the DateTimeFieldFormatConditionFormulaType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this DateTimeFieldFormatConditionFormulaType object. |
int |
value()
Returns the int value of this DateTimeFieldFormatConditionFormulaType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _dateTimeOrder
Order of elements in DateTime field.
public static final int _dateTimeSeparator
Separator of elements in DateTime field.
public static final DateTimeFieldFormatConditionFormulaType dateTimeOrder
A DateTimeFieldFormatConditionFormulaType that specifies the order
of elements in DateTime field.
public static final DateTimeFieldFormatConditionFormulaType dateTimeSeparator
A DateTimeFieldFormatConditionFormulaType that specifies the separator
of elements in DateTime field.
| Method Detail |
|---|
public static final DateTimeFieldFormatConditionFormulaType from_int(int i)
Returns the DateTimeFieldFormatConditionFormulaType object corresponding to the specified value.
i - The int value of the desired DateTimeFieldFormatConditionFormulaType object.
DateTimeFieldFormatConditionFormulaType object corresponding to the specified value.public static final DateTimeFieldFormatConditionFormulaType from_string(java.lang.String sVal)
Returns the DateTimeFieldFormatConditionFormulaType object corresponding to the specified type.
sVal - The String value of the desired DateTimeFieldFormatConditionFormulaType object.
DateTimeFieldFormatConditionFormulaType object corresponding to the specified type.public java.lang.String toString()
Returns the String value of this DateTimeFieldFormatConditionFormulaType object.
String value of this DateTimeFieldFormatConditionFormulaType object.public int value()
Returns the int value of this DateTimeFieldFormatConditionFormulaType object.
int value of this DateTimeFieldFormatConditionFormulaType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||