Class TypedPropertyValueGetter
- java.lang.Object
-
- org.alfresco.repo.forms.processor.workflow.TypedPropertyValueGetter
-
public class TypedPropertyValueGetter extends java.lang.ObjectUtility 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.StringON
-
Constructor Summary
Constructors Constructor Description TypedPropertyValueGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.SerializablegetValue(java.lang.Object value, org.alfresco.service.cmr.dictionary.PropertyDefinition propDef)
-
-
-
Field Detail
-
ON
public static final java.lang.String ON
- See Also:
- Constant Field Values
-
-