public static enum PropertySerializabilityMetadata.PropertySerializability extends Enum<PropertySerializabilityMetadata.PropertySerializability>
Enum Constant and Description |
---|
SERIALIZE_OBJECT
Indicates that the property represented by this metadata object should be serialized (i.e.
|
SERIALIZE_OBJECT_AND_ALL_PRIMITIVES
Indicates that the property represented by this metadata object should be serialized (i.e.
|
Modifier and Type | Method and Description |
---|---|
static PropertySerializabilityMetadata.PropertySerializability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertySerializabilityMetadata.PropertySerializability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertySerializabilityMetadata.PropertySerializability SERIALIZE_OBJECT_AND_ALL_PRIMITIVES
PropertySerializabilityMetadata.getSerializableChildProperty(String)
returns a non-null result when
the child property name is passed in.public static final PropertySerializabilityMetadata.PropertySerializability SERIALIZE_OBJECT
PropertySerializabilityMetadata.getSerializableChildProperty(String)
returns a non-null result when
the child property name is passed in.public static PropertySerializabilityMetadata.PropertySerializability[] values()
for (PropertySerializabilityMetadata.PropertySerializability c : PropertySerializabilityMetadata.PropertySerializability.values()) System.out.println(c);
public static PropertySerializabilityMetadata.PropertySerializability valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.