Uses of Class
com.ibm.jbatch.container.servicesmanager.ServiceTypes.Name
-
Packages that use ServiceTypes.Name Package Description com.ibm.jbatch.container.servicesmanager -
-
Uses of ServiceTypes.Name in com.ibm.jbatch.container.servicesmanager
Methods in com.ibm.jbatch.container.servicesmanager that return ServiceTypes.Name Modifier and Type Method Description static ServiceTypes.NameServiceTypes.Name. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceTypes.Name[]ServiceTypes.Name. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.jbatch.container.servicesmanager that return types with arguments of type ServiceTypes.Name Modifier and Type Method Description static Map<ServiceTypes.Name,String>ServiceTypes. getServiceImplClassNames()static Map<String,ServiceTypes.Name>ServiceTypes. getServicePropertyNames()
-