Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipEndDef
-
Packages that use RelationshipEndDef Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs -
-
Uses of RelationshipEndDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return RelationshipEndDef Modifier and Type Method Description RelationshipEndDefRelationshipDef. getEndDef1()Return the details associated with the first end of the relationship.RelationshipEndDefTypeDefPatch. getEndDef1()Return the details associated with the first end of the relationship.RelationshipEndDefRelationshipDef. getEndDef2()Return the details associated with the second end of the relationship.RelationshipEndDefTypeDefPatch. getEndDef2()Return the details associated with the second end of the relationship.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type RelationshipEndDef Modifier and Type Method Description voidRelationshipDef. setEndDef1(RelationshipEndDef endDef1)Set up the details associated with the first end of the relationship.voidTypeDefPatch. setEndDef1(RelationshipEndDef endDef1)Set up the details associated with the first end of the relationship.voidRelationshipDef. setEndDef2(RelationshipEndDef endDef2)Set up the details associated with the second end of the relationship.voidTypeDefPatch. setEndDef2(RelationshipEndDef endDef2)Set up the details associated with the second end of the relationship.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type RelationshipEndDef Constructor Description RelationshipEndDef(RelationshipEndDef template)Copy/clone constructor copies the supplied template into the new end.
-