Enum ServiceTypes.Name

    • Enum Constant Detail

      • JAVA_EDITION_IS_SE_DUMMY_SERVICE

        public static final ServiceTypes.Name JAVA_EDITION_IS_SE_DUMMY_SERVICE
      • PERSISTENCE_MANAGEMENT_SERVICE

        public static final ServiceTypes.Name PERSISTENCE_MANAGEMENT_SERVICE
      • JOB_STATUS_MANAGEMENT_SERVICE

        public static final ServiceTypes.Name JOB_STATUS_MANAGEMENT_SERVICE
      • BATCH_THREADPOOL_SERVICE

        public static final ServiceTypes.Name BATCH_THREADPOOL_SERVICE
      • DELEGATING_JOBXML_LOADER_SERVICE

        public static final ServiceTypes.Name DELEGATING_JOBXML_LOADER_SERVICE
      • CONTAINER_ARTIFACT_FACTORY_SERVICE

        public static final ServiceTypes.Name CONTAINER_ARTIFACT_FACTORY_SERVICE
      • DELEGATING_ARTIFACT_FACTORY_SERVICE

        public static final ServiceTypes.Name DELEGATING_ARTIFACT_FACTORY_SERVICE
    • Method Detail

      • values

        public static ServiceTypes.Name[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ServiceTypes.Name c : ServiceTypes.Name.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ServiceTypes.Name valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null