public interface BOTypeMetadata
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
commonj.sdo.DataObject |
transformAnnotationToDataObject(java.lang.String annotationString)
Returns the Business Object deserialized from the value of the
annotation.
|
java.lang.String |
transformDataObjectToAnnotation(commonj.sdo.DataObject dataObject)
Serializes the DataObject into an XML Schema annotation value and retuns
the annotation as a string.
|
static final java.lang.String COPYRIGHT
commonj.sdo.DataObject transformAnnotationToDataObject(java.lang.String annotationString) throws java.io.IOException
annotationString
- The annotation Stringjava.io.IOException
java.lang.String transformDataObjectToAnnotation(commonj.sdo.DataObject dataObject) throws java.io.IOException
dataObject
- The Business Objectjava.io.IOException