Uses of Interface
com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
-
Packages that use SchemaNodeExplicitRelationship 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.com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model. -
-
Uses of SchemaNodeExplicitRelationship in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return SchemaNodeExplicitRelationship Modifier and Type Method Description SchemaNodeExplicitRelationshipSchemaNode. getRelationship()Returns the information for the relationship defined by this node. -
Uses of SchemaNodeExplicitRelationship in com.orchestranetworks.schema.info
Subinterfaces of SchemaNodeExplicitRelationship in com.orchestranetworks.schema.info Modifier and Type Interface Description interfaceAssociationLinkThis interface contains the information for an association link (osd:associationproperty).interfaceAssociationLinkByLinkTableThis interface contains the information for an association over a link table (osd:association/linkTableproperty).interfaceAssociationLinkByTableRefInverseThis interface contains the information for an association that is the inverse of a foreign key (osd:association/tableRefInverseproperty).interfaceAssociationLinkByXPathLinkThis interface contains the information for an association that is over an XPath predicate (osd:association/xpathLinkproperty).interfaceSchemaFacetTableRefThis interface represents the foreign key constraint associated with a node (osd:tableRef).interfaceSelectionLinkThis interface contains the information for a selection link (osd:selectproperty). -
Uses of SchemaNodeExplicitRelationship in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships that return SchemaNodeExplicitRelationship Modifier and Type Method Description SchemaNodeExplicitRelationshipExplicitRelationship. getSchemaNodeExplicitRelationship()Returns the foreign key constraint, the selection link or the association link associated with this explicit relationship.
-