cascading.operation.text
Class DateOperation
java.lang.Object
cascading.operation.BaseOperation
cascading.operation.text.DateOperation
- All Implemented Interfaces:
- Operation, Serializable
- Direct Known Subclasses:
- DateFormatter, DateParser
public class DateOperation
- extends BaseOperation
Class DateOperation is the base class for DateFormatter and DateParser.
- See Also:
- Serialized Form
| Fields inherited from interface cascading.operation.Operation |
ANY |
|
Constructor Summary |
DateOperation(int numArgs,
Fields fieldDeclaration,
String dateFormatString)
Constructor DateOperation creates a new DateOperation instance. |
DateOperation(int numArgs,
Fields fieldDeclaration,
String dateFormatString,
TimeZone zone,
Locale locale)
Constructor DateOperation creates a new DateOperation instance. |
zone
protected TimeZone zone
- Field zone
locale
protected Locale locale
- Field locale
DateOperation
public DateOperation(int numArgs,
Fields fieldDeclaration,
String dateFormatString)
- Constructor DateOperation creates a new DateOperation instance.
- Parameters:
numArgs - of type intfieldDeclaration - of type FieldsdateFormatString - of type String
DateOperation
public DateOperation(int numArgs,
Fields fieldDeclaration,
String dateFormatString,
TimeZone zone,
Locale locale)
- Constructor DateOperation creates a new DateOperation instance.
- Parameters:
numArgs - of type intfieldDeclaration - of type FieldsdateFormatString - of type Stringzone - of type TimeZonelocale - of type Locale
getDateFormat
public SimpleDateFormat getDateFormat()
- Method getDateFormat returns the dateFormat of this DateParser object.
- Returns:
- the dateFormat (type SimpleDateFormat) of this DateParser object.
getCalendar
protected Calendar getCalendar()
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.