Uses of Class
org.odpi.openmetadata.adminservices.configuration.registration.CommonServicesDescription
-
Packages that use CommonServicesDescription Package Description org.odpi.openmetadata.adminservices.configuration.registration -
-
Uses of CommonServicesDescription in org.odpi.openmetadata.adminservices.configuration.registration
Methods in org.odpi.openmetadata.adminservices.configuration.registration that return CommonServicesDescription Modifier and Type Method Description static CommonServicesDescriptionCommonServicesDescription. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonServicesDescription[]CommonServicesDescription. 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 CommonServicesDescription Modifier and Type Method Description static List<CommonServicesDescription>CommonServicesDescription. getGovernanceServersDescriptionList()Return a list containing each of the access service descriptions defined in this enum class.
-