| Package | Description |
|---|---|
| oracle.jbo |
Contains interfaces for client-side applications.
|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.domain | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
ValueSerializer |
Variable.getValueSerializer()
Gets an instance of the custom value serializer class.
|
| Modifier and Type | Method and Description |
|---|---|
ValueSerializer |
VariableImpl.getValueSerializer() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValueSerializer
The DefaultValueSerializer is a concrete implementation of the
ValueSerializer interface.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
DomainAttributeDef.getXMLContentNode(Document xmlDoc,
java.lang.Object attrValue,
boolean isCData,
boolean serialize,
ValueSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
ValueSerializer |
AttributeDefImpl.getValueSerializer()
Gets an instance of the custom value serializer class.
|