java.lang.Object
java.lang.Enum<EndpointType>
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.EndpointType
All Implemented Interfaces:
Serializable, Comparable<EndpointType>, java.lang.constant.Constable

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

    • ADDRESS_ENDPOINT

      public static final EndpointType ADDRESS_ENDPOINT
    • DEFAULT_ENDPOINT

      public static final EndpointType DEFAULT_ENDPOINT
    • FAIL_OVER_ENDPOINT

      public static final EndpointType FAIL_OVER_ENDPOINT
    • HTTP_ENDPOINT

      public static final EndpointType HTTP_ENDPOINT
    • LOAD_BALANCE_ENDPOINT

      public static final EndpointType LOAD_BALANCE_ENDPOINT
    • NAMED_ENDPOINT

      public static final EndpointType NAMED_ENDPOINT
    • RECIPIENT_LIST_ENDPOINT

      public static final EndpointType RECIPIENT_LIST_ENDPOINT
    • TEMPLATE_ENDPOINT

      public static final EndpointType TEMPLATE_ENDPOINT
    • WSDL_ENDPOINT

      public static final EndpointType WSDL_ENDPOINT
  • Method Details

    • values

      public static EndpointType[] 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 EndpointType 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