Uses of Class
com.orchestranetworks.addon.dqid.service.ServiceType
-
Packages that use ServiceType Package Description com.orchestranetworks.addon.dqid.service Provides APIs to execute the {addon.label} services. -
-
Uses of ServiceType in com.orchestranetworks.addon.dqid.service
Methods in com.orchestranetworks.addon.dqid.service that return ServiceType Modifier and Type Method Description ServiceTypeService. getServiceType()static ServiceTypeServiceType. parse(java.lang.String serviceType)ReturnsServiceTypefrom theserviceType.static ServiceTypeServiceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceType[]ServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dqid.service with parameters of type ServiceType Modifier and Type Method Description static ServiceDQIDServiceFactory. getService(ServiceType serviceType)Returns theServiceassociated with theServiceType.
-