Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceableProperties
-
-
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesReferenceableElement. getReferenceableProperties()Return the properties for the referenceable.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ReferenceableProperties Modifier and Type Method Description voidReferenceableElement. setReferenceableProperties(ReferenceableProperties referenceableProperties)Set up the properties for the referenceable. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties Modifier and Type Class Description classConnectionPropertiesThe connection is an object that contains the properties needed to create and initialise a connector to access a specific data assets.classConnectorTypePropertiesThe ConnectorTypeProperties describe the implementation details of a particular type of connector.classEndpointPropertiesEndpointProperties describes the properties of a server endpoint.classLocationPropertiesLocationProperties is a class for representing a generic location.classMeaningPropertiesMeaning is a cut-down summary of a glossary term to aid in understanding the content of an element.classReferenceDataAssetPropertiesReferenceDataAssetProperties is a java bean used to create assets associated with the digital architecture.classSupplementaryPropertiesSupplementaryProperties describe additional information about a technical element (typically assets and schemas) that has been added as part of a governance process.classValidValuePropertiesValidValueProperties provides the common super class for ValidValueSet and ValidValueDefinition.Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor.
-