Uses of Class
org.odpi.openmetadata.metadatasecurity.properties.GovernanceClassificationStatus
-
Packages that use GovernanceClassificationStatus Package Description org.odpi.openmetadata.metadatasecurity.properties -
-
Uses of GovernanceClassificationStatus in org.odpi.openmetadata.metadatasecurity.properties
Methods in org.odpi.openmetadata.metadatasecurity.properties 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.metadatasecurity.properties with parameters of type GovernanceClassificationStatus Modifier and Type Method Description voidGovernanceClassificationBase. setStatus(GovernanceClassificationStatus status)Set up the status of the classification.
-