Enum Class Category

java.lang.Object
java.lang.Enum<Category>
org.apache.camel.Category
All Implemented Interfaces:
Serializable, Comparable<Category>, Constable

public enum Category extends Enum<Category>
This enum set various categories options into the UriEndpoint. This can be extended.
  • Enum Constant Details

    • AI

      public static final Category AI
    • API

      public static final Category API
    • BIGDATA

      public static final Category BIGDATA
    • BLOCKCHAIN

      public static final Category BLOCKCHAIN
    • CACHE

      public static final Category CACHE
    • CHAT

      public static final Category CHAT
    • CLOUD

      public static final Category CLOUD
    • CLUSTERING

      public static final Category CLUSTERING
    • CMS

      public static final Category CMS
    • CONTAINER

      public static final Category CONTAINER
    • CORE

      public static final Category CORE
    • DATABASE

      public static final Category DATABASE
    • DOCUMENT

      public static final Category DOCUMENT
    • FILE

      public static final Category FILE
    • HEALTH

      public static final Category HEALTH
    • HTTP

      public static final Category HTTP
    • IOT

      public static final Category IOT
    • MAIL

      public static final Category MAIL
    • MANAGEMENT

      public static final Category MANAGEMENT
    • MESSAGING

      public static final Category MESSAGING
    • MOBILE

      public static final Category MOBILE
    • MONITORING

      public static final Category MONITORING
    • NETWORKING

      public static final Category NETWORKING
    • REST

      public static final Category REST
    • RPC

      public static final Category RPC
    • SAAS

      public static final Category SAAS
    • SCHEDULING

      public static final Category SCHEDULING
    • SCRIPT

      public static final Category SCRIPT
    • SECURITY

      public static final Category SECURITY
    • SERVERLESS

      public static final Category SERVERLESS
    • SOCIAL

      public static final Category SOCIAL
    • TESTING

      public static final Category TESTING
    • TRANSFORMATION

      public static final Category TRANSFORMATION
    • VALIDATION

      public static final Category VALIDATION
    • WEBSERVICE

      public static final Category WEBSERVICE
    • WORKFLOW

      public static final Category WORKFLOW
  • Method Details

    • values

      public static Category[] 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 Category 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
    • getValue

      public String getValue()
      Returns the string representation of this value
      Returns:
      Returns the string representation of this value