Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.GovernanceDefinitionStatus
-
Packages that use GovernanceDefinitionStatus Package Description org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of GovernanceDefinitionStatus in org.odpi.openmetadata.accessservices.communityprofile.properties
Methods in org.odpi.openmetadata.accessservices.communityprofile.properties that return GovernanceDefinitionStatus Modifier and Type Method Description GovernanceDefinitionStatusGovernanceDefinitionProperties. getStatus()Return the status of this governance definition.static GovernanceDefinitionStatusGovernanceDefinitionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceDefinitionStatus[]GovernanceDefinitionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type GovernanceDefinitionStatus Modifier and Type Method Description voidGovernanceDefinitionProperties. setStatus(GovernanceDefinitionStatus status)Set up the status of this governance definition.
-