Uses of Class
org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Packages that use ViewServiceDescription 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 ViewServiceDescription in org.odpi.openmetadata.adminservices.configuration.registration
Methods in org.odpi.openmetadata.adminservices.configuration.registration that return ViewServiceDescription Modifier and Type Method Description static ViewServiceDescriptionViewServiceDescription. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewServiceDescription[]ViewServiceDescription. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.odpi.openmetadata.adminservices.configuration.registration with parameters of type ViewServiceDescription Constructor Description ViewServiceRegistration(ViewServiceDescription viewServiceDescription, ServiceOperationalStatus viewServiceOperationalStatus, String viewServiceAdminClassName)Enum Constructor
-