| Package | Description |
|---|---|
| org.kuali.rice.krad.util.documentserializer |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertySerializabilityEvaluatorBase.determinePropertyType(Object propertyValue) |
PropertyType |
PropertySerializabilityEvaluator.determinePropertyType(Object object)
Determines the type of a object
|
PropertyType |
SerializationState.SerializationPropertyElement.getPropertyType() |
PropertyType |
DocumentSerializationState.SerializationPropertyElement.getPropertyType() |
PropertyType |
SerializationState.getPropertyType(int propertyIndex)
Retrieves the property type of the state element.
|
PropertyType |
DocumentSerializationState.getPropertyType(int propertyIndex)
Retrieves the property type of the state element.
|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializationState.addSerializedProperty(String elementName,
PropertyType propertyType)
Adds an additional state element into this object.
|
void |
DocumentSerializationState.addSerializedProperty(String elementName,
PropertyType propertyType)
Adds an additional state element into this object.
|
| Constructor and Description |
|---|
SerializationPropertyElement(String elementName,
PropertyType propertyType) |
SerializationPropertyElement(String elementName,
PropertyType propertyType) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.