public class PropertyElementType extends PropertyElementBase
ResultSetPropertyElementBase| Modifier and Type | Field and Description |
|---|---|
static String |
BLOB
The RS is of this type
|
static String |
propertyType
The Type of the Property this Property element produces
|
static String |
TEXT
The RS is of this type
|
static String |
XML
The RS is of this type
|
| Constructor and Description |
|---|
PropertyElementType()
Default contructor required by
PropertyElementBase |
PropertyElementType(String type)
Initializes a new
PropertyElementType |
| Modifier and Type | Method and Description |
|---|---|
void |
fromXML(String xml)
Method to be implemented that will handle the population of the custom Property element.
|
String |
toXML()
Method to be implemented that will handle the serialization of the custom Property element.
|
getType, getType, RS_fromXML, RS_toXML, setTypepublic static String propertyType
public static String XML
public static String TEXT
public static String BLOB
public PropertyElementType()
PropertyElementBasepublic PropertyElementType(String type) throws Exception
PropertyElementTypetype - The tyoe of this ResultSetException - An unrecoverable for the operation error occuredpublic String toXML() throws Exception
PropertyElementBasePropertyElementBase.RS_toXML() which then enriches the returned serialization
to produce a valid property xml stringtoXML in class PropertyElementBaseException - An unrecoverable for the operation error occuredPropertyElementBase.toXML()public void fromXML(String xml) throws Exception
PropertyElementBasePropertyElementBase.RS_fromXML(String) after it has striped the xml
serialization of the type propertyfromXML in class PropertyElementBasexml - The serialized string to populate the insance fromException - An unrecoverable for the operation error occuredPropertyElementBase.fromXML(java.lang.String)Copyright © 2017. All Rights Reserved.