Class ValidValueSet
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueSet
-
- All Implemented Interfaces:
Serializable
public class ValidValueSet extends ValidValue
ValidValueSet defines a collection of valid value definitions. The members of the collection are not nested directly in this object because there could be many hundreds of definition values in a set.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
description, displayName, isDeprecated, preferredValue, scope, usage
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
additionalProperties, qualifiedName
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
extendedProperties, url
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
-
Constructor Summary
Constructors Constructor Description ValidValueSet()ConstructorValidValueSet(ValidValueSet template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Generate a string containing the properties.-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
equals, getDescription, getDisplayName, getIsDeprecated, getPreferredValue, getScope, getUsage, hashCode, setDescription, setDisplayName, setIsDeprecated, setPreferredValue, setScope, setUsage
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
getExtendedProperties, getURL, setExtendedProperties, setURL
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
getClassifications, getGUID, setClassifications, setGUID
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
getOrigin, getStatus, getType, getVersions, setOrigin, setStatus, setType, setVersions
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
getHeaderVersion, setHeaderVersion
-
-
-
-
Constructor Detail
-
ValidValueSet
public ValidValueSet()
Constructor
-
ValidValueSet
public ValidValueSet(ValidValueSet template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
Generate a string containing the properties.- Overrides:
toStringin classValidValue- Returns:
- string value
-
-