Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.lang.time
Class FastDateFormat.TimeZoneNameRule  view FastDateFormat.TimeZoneNameRule download FastDateFormat.TimeZoneNameRule.java

java.lang.Object
  extended byorg.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

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:
estimateLength in interface FastDateFormat.Rule

appendTo

public void appendTo(java.lang.StringBuffer buffer,
                     java.util.Calendar calendar)
Specified by:
appendTo in interface FastDateFormat.Rule