Uses of Class
com.ibm.icu.text.SimpleDateFormat.ContextType

Packages that use SimpleDateFormat.ContextType
com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. 
 

Uses of SimpleDateFormat.ContextType in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return SimpleDateFormat.ContextType
static SimpleDateFormat.ContextType SimpleDateFormat.ContextType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleDateFormat.ContextType[] SimpleDateFormat.ContextType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.icu.text with parameters of type SimpleDateFormat.ContextType
 SimpleDateFormat.ContextValue SimpleDateFormat.getDefaultContext(SimpleDateFormat.ContextType type)
          [icu] Get the formatter's default value for a particular context type, such as CAPITALIZATION.
 void SimpleDateFormat.setDefaultContext(SimpleDateFormat.ContextType type, SimpleDateFormat.ContextValue value)
          [icu] Set the formatter's default value for a particular context type, such as CAPITALIZATION.
 

Method parameters in com.ibm.icu.text with type arguments of type SimpleDateFormat.ContextType
 StringBuffer SimpleDateFormat.format(Calendar cal, Map<SimpleDateFormat.ContextType,SimpleDateFormat.ContextValue> contextValues, StringBuffer toAppendTo, FieldPosition pos)
          Formats a date or time, which is the standard millis since January 1, 1970, 00:00:00 GMT.
 



Copyright (c) 2012 IBM Corporation and others.