java.lang.Object
java.lang.Enum<ProjectType>
org.eclipse.lemminx.customservice.synapse.directoryTree.legacyBuilder.utils.ProjectType
All Implemented Interfaces:
Serializable, Comparable<ProjectType>, java.lang.constant.Constable

public enum ProjectType extends Enum<ProjectType>
  • Enum Constant Details

    • ROOT_PROJECT

      public static final ProjectType ROOT_PROJECT
    • DATA_SERVICE_CONFIGS

      public static final ProjectType DATA_SERVICE_CONFIGS
    • ESB_CONFIGS

      public static final ProjectType ESB_CONFIGS
    • COMPOSITE_EXPORTER

      public static final ProjectType COMPOSITE_EXPORTER
    • CONNECTOR_EXPORTER

      public static final ProjectType CONNECTOR_EXPORTER
    • DATA_SOURCE_CONFIGS

      public static final ProjectType DATA_SOURCE_CONFIGS
    • MEDIATOR_PROJECT

      public static final ProjectType MEDIATOR_PROJECT
    • REGISTRY_RESOURCE

      public static final ProjectType REGISTRY_RESOURCE
    • DOCKER_EXPORTER

      public static final ProjectType DOCKER_EXPORTER
    • KUBERNETES_EXPORTER

      public static final ProjectType KUBERNETES_EXPORTER
    • JAVA_LIBRARY_PROJECT

      public static final ProjectType JAVA_LIBRARY_PROJECT
  • Field Details

  • Method Details

    • values

      public static ProjectType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ProjectType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null