|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.MinuteFormat
public final class MinuteFormat
This class is used to specify the minute format.
Field Summary | |
---|---|
static int |
_noLeadingZeroNumericMinute
Display minutes without a leading zero for single-digit minutes. |
static int |
_noMinute
Do not display minutes. |
static int |
_numericMinute
Display minutes as a 2-digit number. |
static MinuteFormat |
noLeadingZeroNumericMinute
A MinuteFormat object that specifies to display minutes without a leading zero
for single-digit minutes. |
static MinuteFormat |
noMinute
A MinuteFormat object that specifies to not display minutes. |
static MinuteFormat |
numericMinute
A MinuteFormat object that specifies to display minutes as a 2-digit number. |
Method Summary | |
---|---|
static MinuteFormat |
from_int(int i)
Returns the MinuteFormat object corresponding to the specified value. |
static MinuteFormat |
from_string(java.lang.String sVal)
Returns the MinuteFormat object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this MinuteFormat object. |
int |
value()
Returns the int value of this MinuteFormat object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _numericMinute
Display minutes as a 2-digit number.
public static final int _noLeadingZeroNumericMinute
Display minutes without a leading zero for single-digit minutes.
public static final int _noMinute
Do not display minutes.
public static final MinuteFormat numericMinute
A MinuteFormat
object that specifies to display minutes as a 2-digit number.
public static final MinuteFormat noLeadingZeroNumericMinute
A MinuteFormat
object that specifies to display minutes without a leading zero
for single-digit minutes.
public static final MinuteFormat noMinute
A MinuteFormat
object that specifies to not display minutes.
Method Detail |
---|
public static final MinuteFormat from_int(int i)
Returns the MinuteFormat
object corresponding to the specified value.
i
- The int
value of the desired MinuteFormat
object.
MinuteFormat
object corresponding to the specified value.public static final MinuteFormat from_string(java.lang.String sVal)
Returns the MinuteFormat
object corresponding to the specified type.
sVal
- The String
value of the desired MinuteFormat
object.
MinuteFormat
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this MinuteFormat
object.
toString
in class java.lang.Object
String
value of this MinuteFormat
object.public int value()
Returns the int
value of this MinuteFormat
object.
int
value of this MinuteFormat
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |