com.ca.jcs.converter.meta
Class TimeNumericPropertyConverter.TimeNumericConverter
java.lang.Object
com.ca.jcs.converter.meta.TimeNumericPropertyConverter.TimeNumericConverter
- All Implemented Interfaces:
- Converter
- Enclosing class:
- TimeNumericPropertyConverter
public static class TimeNumericPropertyConverter.TimeNumericConverter
- extends Object
- implements Converter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeNumericPropertyConverter.TimeNumericConverter
public TimeNumericPropertyConverter.TimeNumericConverter()
convertToConnector
public Object convertToConnector(String ldapVal)
- Specified by:
convertToConnector in interface Converter
convertToConnector
public Object convertToConnector(Converter.ConverterFlag flag,
String ldapVal)
- Description copied from interface:
Converter
- Convert to connector with additional context, for instance when converting values found in rule expressions.
- Specified by:
convertToConnector in interface Converter
convertFromConnector
public Object convertFromConnector(Object nonLdapValObj)
- Specified by:
convertFromConnector in interface Converter
Created 2011-07-14 13:27 EST