| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeCardinality |
TypeDefAttribute.cardinality |
| Modifier and Type | Method and Description |
|---|---|
AttributeCardinality |
TypeDefAttribute.getAttributeCardinality()
Return the cardinality of this attribute.
|
static AttributeCardinality |
AttributeCardinality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeCardinality[] |
AttributeCardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefAttribute.setAttributeCardinality(AttributeCardinality attributeCardinality)
Set up the cardinality for this attribute.
|
Copyright © 2018–2020 ODPi. All rights reserved.