| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs |
| Modifier and Type | Method and Description |
|---|---|
EnumElementDef |
EnumDef.getDefaultValue()
Return the default value for the EnumDef.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnumElementDef> |
EnumDef.getElementDefs()
Return the list of defined Enum values for this EnumDef.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnumDef.setDefaultValue(EnumElementDef defaultValue)
Set up the default value for the EnumDef.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnumDef.setElementDefs(List<EnumElementDef> elementDefs)
Set up the list of defined Enum values for this EnumDef.
|
| Constructor and Description |
|---|
EnumElementDef(EnumElementDef template)
Copy/clone constructor sets up an EnumElementDef based on the values supplied in the template.
|
Copyright © 2018–2019 ODPi. All rights reserved.