Uses of Enum Class
org.kuali.rice.krad.util.documentserializer.PropertyType
Packages that use PropertyType
-
Uses of PropertyType in org.kuali.rice.krad.util.documentserializer
Methods in org.kuali.rice.krad.util.documentserializer that return PropertyTypeModifier and TypeMethodDescriptionPropertySerializabilityEvaluator.determinePropertyType(Object object) Determines the type of a objectPropertySerializabilityEvaluatorBase.determinePropertyType(Object propertyValue) DocumentSerializationState.getPropertyType(int propertyIndex) Retrieves the property type of the state element.DocumentSerializationState.SerializationPropertyElement.getPropertyType()SerializationState.getPropertyType(int propertyIndex) Retrieves the property type of the state element.SerializationState.SerializationPropertyElement.getPropertyType()static PropertyTypeReturns the enum constant of this class with the specified name.static PropertyType[]PropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.krad.util.documentserializer with parameters of type PropertyTypeModifier and TypeMethodDescriptionvoidDocumentSerializationState.addSerializedProperty(String elementName, PropertyType propertyType) Adds an additional state element into this object.voidSerializationState.addSerializedProperty(String elementName, PropertyType propertyType) Adds an additional state element into this object.Constructors in org.kuali.rice.krad.util.documentserializer with parameters of type PropertyTypeModifierConstructorDescriptionSerializationPropertyElement(String elementName, PropertyType propertyType) SerializationPropertyElement(String elementName, PropertyType propertyType)