Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
-
Packages that use ValidValue Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ValidValue in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of ValidValue in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classValidValueDefinitionValidValueDefinition defines a value that can be legitimately assigned to a field.classValidValueSetValidValueSet defines a collection of valid value definitions.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ValidValue Modifier and Type Method Description ValidValueReferenceValueAssignment. getValidValue()Returns the properties of the valid value used in the assignment.ValidValueValidValueImplementationDefinition. getValidValue()Returns the valid value definition for an entry in the asst's implementation.ValidValueValidValueMapping. getValidValue()Return the valid value elements that are mapped together.ValidValueValidValuesAssignmentDefinition. getValidValue()Returns the properties of the valid value used in the assignment.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ValidValue Modifier and Type Method Description voidReferenceValueAssignment. setValidValue(ValidValue validValue)Set up the properties of the valid value used in the assignment.voidValidValueImplementationDefinition. setValidValue(ValidValue validValue)Set up the valid value definition for an entry in the asst's implementation.voidValidValueMapping. setValidValue(ValidValue validValue)Set up the valid value elements that are mapped together.voidValidValuesAssignmentDefinition. setValidValue(ValidValue validValue)Set up the properties of the valid value used in the assignment.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ValidValue Constructor Description ValidValue(ValidValue template)Copy/clone constructor
-