|
|||||||||
| Home >> All >> org >> apache >> commons >> lang >> [ time overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.lang.time
Class FastDateFormat.TimeZoneNameRule

java.lang.Objectorg.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
- All Implemented Interfaces:
- FastDateFormat.Rule
- Enclosing class:
- FastDateFormat
- private static class FastDateFormat.TimeZoneNameRule
- extends java.lang.Object
- implements FastDateFormat.Rule
- extends java.lang.Object
Inner class to output a time zone name.
| Field Summary | |
private java.lang.String |
mDaylight
|
private java.util.Locale |
mLocale
|
private java.lang.String |
mStandard
|
private int |
mStyle
|
private java.util.TimeZone |
mTimeZone
|
private boolean |
mTimeZoneForced
|
| Constructor Summary | |
(package private) |
FastDateFormat.TimeZoneNameRule(java.util.TimeZone timeZone,
boolean timeZoneForced,
java.util.Locale locale,
int style)
|
| Method Summary | |
void |
appendTo(java.lang.StringBuffer buffer,
java.util.Calendar calendar)
|
int |
estimateLength()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mTimeZone
private final java.util.TimeZone mTimeZone
mTimeZoneForced
private final boolean mTimeZoneForced
mLocale
private final java.util.Locale mLocale
mStyle
private final int mStyle
mStandard
private final java.lang.String mStandard
mDaylight
private final java.lang.String mDaylight
| Constructor Detail |
FastDateFormat.TimeZoneNameRule
FastDateFormat.TimeZoneNameRule(java.util.TimeZone timeZone, boolean timeZoneForced, java.util.Locale locale, int style)
| Method Detail |
estimateLength
public int estimateLength()
- Specified by:
estimateLengthin interfaceFastDateFormat.Rule
appendTo
public void appendTo(java.lang.StringBuffer buffer, java.util.Calendar calendar)
- Specified by:
appendToin interfaceFastDateFormat.Rule
|
|||||||||
| Home >> All >> org >> apache >> commons >> lang >> [ time overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule