Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
-
Packages that use ElementClassification Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ElementClassification in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as ElementClassification Modifier and Type Field Description protected ElementClassificationAssetClassification. classificationBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return ElementClassification Modifier and Type Method Description protected ElementClassificationAssetClassification. getClassificationBean()Return the classification bean.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ElementClassification Constructor Description AssetClassification(AssetDescriptor parentAsset, ElementClassification classification)Bean constructor with parent assetAssetClassification(ElementClassification classification)Bean constructor -
Uses of ElementClassification in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans with type parameters of type ElementClassification Modifier and Type Field Description protected List<ElementClassification>ElementHeader. classificationsMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type ElementClassification Modifier and Type Method Description List<ElementClassification>ElementHeader. getClassifications()Return the list of classifications associated with the asset.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type ElementClassification Modifier and Type Method Description voidElementHeader. setClassifications(List<ElementClassification> classifications)Set up the classifications associated with this connection.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ElementClassification Constructor Description ElementClassification(ElementClassification template)Copy/clone constructor
-