| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
Contains a string representation of a property value. The property may be a string, or may be converted to the required type using the JavaBeans PropertyEditor machinery. This makes it possible for application developers to write custom PropertyEditor implementations that can convert strings to arbitrary target objects. Note that this is recommended for simple objects only. Configure more complex objects by populating JavaBean properties with references to other beans.
Attribute Summary | |
xsd:string | type The exact type that the value should be converted to. |
Attribute Detail |
xsd:string
optional
unqualified
<xsd:element name="value"><xsd:complexType mixed="true"></xsd:element><xsd:choice maxOccurs="unbounded" minOccurs="0"/><xsd:attribute name="type" type="xsd:string"></xsd:complexType>
</xsd:attribute>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |