com.ca.jcs.converter.meta
Class TimeNumericPropertyConverter.TimeNumericConverter

java.lang.Object
  extended by com.ca.jcs.converter.meta.TimeNumericPropertyConverter.TimeNumericConverter
All Implemented Interfaces:
Converter
Enclosing class:
TimeNumericPropertyConverter

public static class TimeNumericPropertyConverter.TimeNumericConverter
extends Object
implements Converter


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ca.jcs.converter.core.Converter
Converter.ConverterFlag
 
Constructor Summary
TimeNumericPropertyConverter.TimeNumericConverter()
           
 
Method Summary
 Object convertFromConnector(Object nonLdapValObj)
           
 Object convertToConnector(Converter.ConverterFlag flag, String ldapVal)
          Convert to connector with additional context, for instance when converting values found in rule expressions.
 Object convertToConnector(String ldapVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeNumericPropertyConverter.TimeNumericConverter

public TimeNumericPropertyConverter.TimeNumericConverter()
Method Detail

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