Uses of Interface
com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
Packages that use SchemaNodeExplicitRelationship
Package
Description
Represents XML Schema concepts and provides schema extensions capabilities.
Provides interfaces for accessing schema node facet.
Provides interfaces for accessing relationships defined in a data model.
-
Uses of SchemaNodeExplicitRelationship in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return SchemaNodeExplicitRelationshipModifier and TypeMethodDescriptionSchemaNode.getRelationship()Returns the information for the relationship defined by this node. -
Uses of SchemaNodeExplicitRelationship in com.orchestranetworks.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects that return SchemaNodeExplicitRelationshipModifier and TypeMethodDescriptionBusinessObjectModelRelationship.getRelationship()Returns the related data model relationship. -
Uses of SchemaNodeExplicitRelationship in com.orchestranetworks.schema.info
Subinterfaces of SchemaNodeExplicitRelationship in com.orchestranetworks.schema.infoModifier and TypeInterfaceDescriptioninterfaceThis interface contains the information for an association link (osd:associationproperty).interfaceThis interface contains the information for an association over a link table (osd:association/linkTableproperty).interfaceThis interface contains the information for an association that is the inverse of a foreign key (osd:association/tableRefInverseproperty).interfaceThis interface contains the information for an association that is over an XPath predicate (osd:association/xpathLinkproperty).interfaceThis interface represents the foreign key constraint associated with a node (osd:tableRef).interfaceThis 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 SchemaNodeExplicitRelationshipModifier and TypeMethodDescriptionExplicitRelationship.getSchemaNodeExplicitRelationship()Returns the foreign key constraint, the selection link or the association link associated with this explicit relationship.