org.xcmis.search.value
Interface CastSystem


public interface CastSystem

Interface to support CAST(value, type) clauses.


Method Summary
 String cast(Object value, PropertyType type)
          Cast value.
 

Method Detail

cast

String cast(Object value,
            PropertyType type)
Cast value.

Parameters:
value - - string representation of value
type - - Destination type.
Returns:


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.