Class TypedPropertyValueGetter


  • public class TypedPropertyValueGetter
    extends java.lang.Object
    Utility class that retrieves the appropriately typed value for a property.
    Since:
    3.4
    Author:
    Nick Smith
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ON  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Serializable getValue​(java.lang.Object value, org.alfresco.service.cmr.dictionary.PropertyDefinition propDef)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypedPropertyValueGetter

        public TypedPropertyValueGetter()
    • Method Detail

      • getValue

        public java.io.Serializable getValue​(java.lang.Object value,
                                             org.alfresco.service.cmr.dictionary.PropertyDefinition propDef)