Uses of Class
org.odpi.openmetadata.adminservices.configuration.registration.GovernanceServicesDescription
-
Packages that use GovernanceServicesDescription Package Description org.odpi.openmetadata.adminservices.configuration.registration The registration package provides the definitions and interfaces to describe each of the Open Metadata and Governance services that support the different subsystems within the OMAG Server. -
-
Uses of GovernanceServicesDescription in org.odpi.openmetadata.adminservices.configuration.registration
Methods in org.odpi.openmetadata.adminservices.configuration.registration that return GovernanceServicesDescription Modifier and Type Method Description static GovernanceServicesDescriptionGovernanceServicesDescription. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceServicesDescription[]GovernanceServicesDescription. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.adminservices.configuration.registration that return types with arguments of type GovernanceServicesDescription Modifier and Type Method Description static List<GovernanceServicesDescription>GovernanceServicesDescription. getGovernanceServersDescriptionList()Return a list containing each of the governance service descriptions defined in this enum class.
-