| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidValueDefinition
ValidValueDefinition defines a value that can be legitimately assigned to a field.
|
class |
ValidValueSet
ValidValueSet defines a collection of valid value definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ValidValue |
ValidValuesAssignmentDefinition.getValidValue()
Returns the properties of the valid value used in the assignment.
|
ValidValue |
ValidValueImplementationDefinition.getValidValue()
Returns the valid value definition for an entry in the asst's implementation.
|
ValidValue |
ValidValueMapping.getValidValue()
Return the valid value elements that are mapped together.
|
ValidValue |
ReferenceValueAssignment.getValidValue()
Returns the properties of the valid value used in the assignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidValuesAssignmentDefinition.setValidValue(ValidValue validValue)
Set up the properties of the valid value used in the assignment.
|
void |
ValidValueImplementationDefinition.setValidValue(ValidValue validValue)
Set up the valid value definition for an entry in the asst's implementation.
|
void |
ValidValueMapping.setValidValue(ValidValue validValue)
Set up the valid value elements that are mapped together.
|
void |
ReferenceValueAssignment.setValidValue(ValidValue validValue)
Set up the properties of the valid value used in the assignment.
|
| Constructor and Description |
|---|
ValidValue(ValidValue template)
Copy/clone constructor
|
Copyright © 2018–2020 ODPi. All rights reserved.