| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs |
| Modifier and Type | Method and Description |
|---|---|
RelationshipEndCardinality |
RelationshipEndDef.getAttributeCardinality()
Return the cardinality for this end of the relationship.
|
static RelationshipEndCardinality |
RelationshipEndCardinality.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipEndDef.setAttributeCardinality(RelationshipEndCardinality attributeCardinality)
Set up the cardinality for this end of the relationship.
|
Copyright © 2018–2020 ODPi. All rights reserved.