org.jbpm.pvm.internal.type.converter
Class DateToStringConverter
java.lang.Object
org.jbpm.pvm.internal.type.converter.DateToStringConverter
- All Implemented Interfaces:
- java.io.Serializable, Converter
public class DateToStringConverter
- extends java.lang.Object
- implements Converter
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateToStringConverter
public DateToStringConverter()
convert
public java.lang.Object convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
- Description copied from interface:
Converter
- converts a given object to its persistable format.
- Specified by:
convert in interface Converter
revert
public java.lang.Object revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
- Description copied from interface:
Converter
- reverts a persisted object to its original formResourceName.
- Specified by:
revert in interface Converter
supports
public boolean supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
- Description copied from interface:
Converter
- is true if this converter supports the given type, false otherwise.
- Specified by:
supports in interface Converter
setFormat
public void setFormat(java.lang.String format)
Copyright © 2010 JBoss Community. All Rights Reserved.