Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationStatus
-
Packages that use GovernanceClassificationStatus Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of GovernanceClassificationStatus in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return GovernanceClassificationStatus Modifier and Type Method Description GovernanceClassificationStatusGovernanceClassificationBase. getStatus()Return the status of this classification.static GovernanceClassificationStatusGovernanceClassificationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceClassificationStatus[]GovernanceClassificationStatus. 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 GovernanceClassificationStatus Modifier and Type Method Description voidGovernanceClassificationBase. setStatus(GovernanceClassificationStatus status)Set up the status of the classification.
-