Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceDataAssetProperties
-
Packages that use ReferenceDataAssetProperties Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ReferenceDataAssetProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return ReferenceDataAssetProperties Modifier and Type Method Description ReferenceDataAssetPropertiesReferenceDataAssetElement. getReferenceDataAssetProperties()Return the properties for the reference data asset.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ReferenceDataAssetProperties Modifier and Type Method Description voidReferenceDataAssetElement. setReferenceDataAssetProperties(ReferenceDataAssetProperties referenceDataAssetProperties)Set up the properties for the reference data asset. -
Uses of ReferenceDataAssetProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type ReferenceDataAssetProperties Constructor Description ReferenceDataAssetProperties(ReferenceDataAssetProperties template)Copy/clone constructor.
-