Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipEndCardinality
-
Packages that use RelationshipEndCardinality Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs -
-
Uses of RelationshipEndCardinality in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return RelationshipEndCardinality Modifier and Type Method Description RelationshipEndCardinalityRelationshipEndDef. getAttributeCardinality()Return the cardinality for this end of the relationship.static RelationshipEndCardinalityRelationshipEndCardinality. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipEndCardinality[]RelationshipEndCardinality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type RelationshipEndCardinality Modifier and Type Method Description voidRelationshipEndDef. setAttributeCardinality(RelationshipEndCardinality attributeCardinality)Set up the cardinality for this end of the relationship.
-