Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
-
Packages that use ExternalReference Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ExternalReference in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return ExternalReference Modifier and Type Method Description ExternalReferenceExternalReferences. next()Return the next element in the iteration. -
Uses of ExternalReference in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of ExternalReference in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classRelatedMediaReferenceRelatedMediaReference stores information about an link to an external media file that is relevant to this asset.Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as ExternalReference Modifier and Type Field Description protected ExternalReferenceCertification. linkprotected ExternalReferenceLicense. linkMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ExternalReference Modifier and Type Method Description ExternalReferenceCertification. getLink()Return the link to the full text of the certification.ExternalReferenceLicense. getLink()Return the link to the full text of the license.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ExternalReference Modifier and Type Method Description voidCertification. setLink(ExternalReference link)Set up the link to the full text of the certification.voidLicense. setLink(ExternalReference link)Set up the link to the full text of the license.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ExternalReference Constructor Description ExternalReference(ExternalReference templateExternalReference)Copy/clone constructor.
-