Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
-
Packages that use ClassificationOrigin Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ClassificationOrigin in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ClassificationOrigin Modifier and Type Method Description ClassificationOriginElementClassificationHeader. getClassificationOrigin()Return whether the classification was added explicitly to this asset or propagated from another entity.static ClassificationOriginClassificationOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassificationOrigin[]ClassificationOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ClassificationOrigin Modifier and Type Method Description voidElementClassificationHeader. setClassificationOrigin(ClassificationOrigin classificationOrigin)Set up the setting for classification origin
-