java.lang.Object
java.lang.Enum<AssetType>
com.aeontronix.enhancedmule.tools.exchange.AssetType
All Implemented Interfaces:
Serializable, Comparable<AssetType>

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

    • CUSTOM

      public static final AssetType CUSTOM
    • CONNECTOR

      public static final AssetType CONNECTOR
    • APPLICATION

      public static final AssetType APPLICATION
    • EXAMPLE

      public static final AssetType EXAMPLE
    • TEMPLATE

      public static final AssetType TEMPLATE
    • HTTP_SPEC

      public static final AssetType HTTP_SPEC
    • RAML_SPEC

      public static final AssetType RAML_SPEC
    • OAS2_SPEC

      public static final AssetType OAS2_SPEC
    • OAS3_SPEC

      public static final AssetType OAS3_SPEC
  • Method Details

    • values

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

      public static AssetType 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