|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.AMPMFormat
public final class AMPMFormat
This class specifies the position of the AM or PM symbol in time formats.
| Field Summary | |
|---|---|
static int |
_after
The time symbol occurs after the time. |
static int |
_before
The time symbol occurs before the time. |
static AMPMFormat |
after
An AMPMFormat object that specifies that the time symbol occurs after the time. |
static AMPMFormat |
before
An AMPMFormat object that specifies that the time symbol occurs before the time. |
| Method Summary | |
|---|---|
static AMPMFormat |
from_int(int i)
Returns the AMPMFormat object corresponding to the specified value. |
static AMPMFormat |
from_string(java.lang.String sVal)
Returns the AMPMFormat object corresponding to the specified type. |
java.lang.String |
toString()
Returns the int value of this AMPMFormat object. |
int |
value()
Returns the int value of this AMPMFormat object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _before
The time symbol occurs before the time.
public static final int _after
The time symbol occurs after the time.
public static final AMPMFormat before
An AMPMFormat object that specifies that the time symbol occurs before the time.
public static final AMPMFormat after
An AMPMFormat object that specifies that the time symbol occurs after the time.
| Method Detail |
|---|
public static final AMPMFormat from_int(int i)
Returns the AMPMFormat object corresponding to the specified value.
i - The int value of the desired AMPMFormat object.
AMPMFormat object corresponding to the specified value.public static final AMPMFormat from_string(java.lang.String sVal)
Returns the AMPMFormat object corresponding to the specified type.
sVal - The String value of the desired AMPMFormat object.
AMPMFormat object corresponding to the specified type.public java.lang.String toString()
Returns the int value of this AMPMFormat object.
toString in class java.lang.Objectint value of this AMPMFormat object.public int value()
Returns the int value of this AMPMFormat object.
int value of this AMPMFormat object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||