| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs |
| Modifier and Type | Method and Description |
|---|---|
CollectionDefCategory |
CollectionDef.getCollectionDefCategory()
Return the type category for this collection type.
|
static CollectionDefCategory |
CollectionDefCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionDefCategory[] |
CollectionDefCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionDef.setCollectionDefCategory(CollectionDefCategory collectionDefCategory) |
| Constructor and Description |
|---|
CollectionDef(CollectionDefCategory collectionDefCategory)
Typical constructor initializes the CollectionDef based on the supplied category.
|
Copyright © 2018–2020 ODPi. All rights reserved.