| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs |
| Modifier and Type | Field and Description |
|---|---|
protected List<TypeDefAttribute> |
TypeDef.propertiesDefinition |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefAttribute> |
TypeDef.getPropertiesDefinition()
Return the list of AttributeDefs that define the valid properties for this type of classification.
|
List<TypeDefAttribute> |
TypeDefPatch.getTypeDefAttributes()
Return the list of typeDefAttributes that are either new or changing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDef.setPropertiesDefinition(List<TypeDefAttribute> propertiesDefinition)
Set up the list of AttributeDefs that define the valid properties for this type of classification.
|
void |
TypeDefPatch.setTypeDefAttributes(List<TypeDefAttribute> typeDefAttributes)
Set up the list of typeDefAttributes that are either new or changing.
|
| Constructor and Description |
|---|
TypeDefAttribute(TypeDefAttribute template)
Copy/clone constructor initialized with the values from the supplied template.
|
Copyright © 2018 ODPi. All rights reserved.