Package | Description |
---|---|
com.orchestranetworks.schema |
Represents XML Schema concepts and provides schema extensions capabilities.
|
com.orchestranetworks.schema.info |
Provides interfaces for accessing schema node facet.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
SchemaNode.getTablePrimaryKeyValues(PrimaryKey aPrimaryKey)
If this node is a table node, decomposes
the specified primary key object into the
primary key field values in the referenced table.
|
Object[] |
SchemaNode.getTablePrimaryKeyValues(String aTableRefValue)
If this node is a table node, decomposes
the specified
osd:tableRef value into the
primary key field values in the referenced table. |
Modifier and Type | Method and Description |
---|---|
Object[] |
SchemaFacetTableRef.getTablePrimaryKeyValues(String aTableRefValue)
Decomposes the specified
osd:tableRef value into the values
it would have in the target table. |