Uses of Interface
com.orchestranetworks.schema.info.AssociationLink
-
Packages that use AssociationLink Package Description com.orchestranetworks.instance Provides interfaces for accessing data sets.com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.schema.info Provides interfaces for accessing schema node facet. -
-
Uses of AssociationLink in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance that return AssociationLink Modifier and Type Method Description AssociationLinkNewRecordContext. getAssociationLink()Returns the parent association if the creation occurs from an association. -
Uses of AssociationLink in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return AssociationLink Modifier and Type Method Description AssociationLinkSchemaNode. getAssociationLink()Returns the information for an association. -
Uses of AssociationLink in com.orchestranetworks.schema.info
Subinterfaces of AssociationLink in com.orchestranetworks.schema.info Modifier and Type Interface Description 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).
-