Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.ValidValueProperties
-
Packages that use ValidValueProperties Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of ValidValueProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return ValidValueProperties Modifier and Type Method Description ValidValuePropertiesValidValueElement. getValidValueProperties()Return the properties for a valid value definition or set.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type ValidValueProperties Modifier and Type Method Description voidValidValueElement. setValidValueProperties(ValidValueProperties validValueProperties)Set up the properties for a valid values definition of set. -
Uses of ValidValueProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type ValidValueProperties Constructor Description ValidValueProperties(ValidValueProperties template)Copy/clone constructor
-