Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Packages that use ValidValueProperties Package Description org.odpi.openmetadata.accessservices.assetowner.metadataelements org.odpi.openmetadata.accessservices.assetowner.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.assetowner.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements that return ValidValueProperties Modifier and Type Method Description ValidValuePropertiesValidValueElement. getValidValueProperties()Return the properties for the valid value definition or set.Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements with parameters of type ValidValueProperties Modifier and Type Method Description voidValidValueElement. setValidValueProperties(ValidValueProperties validValueProperties)Set up the properties for the valid value definition or set. -
Uses of ValidValueProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type ValidValueProperties Constructor Description ValidValueProperties(ValidValueProperties template)Copy/clone constructor
-