Enum Category

    • Enum Constant Detail

      • DATAMINING

        public static final Category DATAMINING
      • AZURE

        public static final Category AZURE
      • BATCH

        public static final Category BATCH
      • BIGDATA

        public static final Category BIGDATA
      • BITCOIN

        public static final Category BITCOIN
      • BLOCKCHAIN

        public static final Category BLOCKCHAIN
      • CACHE

        public static final Category CACHE
      • CHAT

        public static final Category CHAT
      • CHATSCRIPT

        public static final Category CHATSCRIPT
      • CLOUD

        public static final Category CLOUD
      • CLUSTERING

        public static final Category CLUSTERING
      • COMPUTE

        public static final Category COMPUTE
      • COMPUTING

        public static final Category COMPUTING
      • CONTAINER

        public static final Category CONTAINER
      • CORDA

        public static final Category CORDA
      • CORE

        public static final Category CORE
      • DATA

        public static final Category DATA
      • DATABASE

        public static final Category DATABASE
      • DATAGRID

        public static final Category DATAGRID
      • DEEPLEARNING

        public static final Category DEEPLEARNING
      • DEPLOYMENT

        public static final Category DEPLOYMENT
      • DOCUMENT

        public static final Category DOCUMENT
      • ENDPOINT

        public static final Category ENDPOINT
      • ENGINE

        public static final Category ENGINE
      • EVENTBUS

        public static final Category EVENTBUS
      • FILE

        public static final Category FILE
      • HADOOP

        public static final Category HADOOP
      • HTTP

        public static final Category HTTP
      • IPFS

        public static final Category IPFS
      • JAVA

        public static final Category JAVA
      • LDAP

        public static final Category LDAP
      • LEDGER

        public static final Category LEDGER
      • LOCATION

        public static final Category LOCATION
      • MAIL

        public static final Category MAIL
      • MANAGEMENT

        public static final Category MANAGEMENT
      • MESSAGING

        public static final Category MESSAGING
      • MLLP

        public static final Category MLLP
      • MOBILE

        public static final Category MOBILE
      • MONGODB

        public static final Category MONGODB
      • MONITORING

        public static final Category MONITORING
      • MYSQL

        public static final Category MYSQL
      • NETWORKING

        public static final Category NETWORKING
      • NOSQL

        public static final Category NOSQL
      • OPENAPI

        public static final Category OPENAPI
      • PAAS

        public static final Category PAAS
      • PAYMENT

        public static final Category PAYMENT
      • PLANNING

        public static final Category PLANNING
      • POSTGRES

        public static final Category POSTGRES
      • PRINTING

        public static final Category PRINTING
      • PROCESS

        public static final Category PROCESS
      • QUEUE

        public static final Category QUEUE
      • REACTIVE

        public static final Category REACTIVE
      • REPORTING

        public static final Category REPORTING
      • REST

        public static final Category REST
      • SCHEDULING

        public static final Category SCHEDULING
      • SCRIPT

        public static final Category SCRIPT
      • SEARCH

        public static final Category SEARCH
      • SECURITY

        public static final Category SECURITY
      • SERVERLESS

        public static final Category SERVERLESS
      • SHEETS

        public static final Category SHEETS
      • SOAP

        public static final Category SOAP
      • SOCIAL

        public static final Category SOCIAL
      • SPRING

        public static final Category SPRING
      • SQLSERVER

        public static final Category SQLSERVER
      • STREAMS

        public static final Category STREAMS
      • SUPPORT

        public static final Category SUPPORT
      • SWAGGER

        public static final Category SWAGGER
      • SYSTEM

        public static final Category SYSTEM
      • TESTING

        public static final Category TESTING
      • TRANSFORMATION

        public static final Category TRANSFORMATION
      • VALIDATION

        public static final Category VALIDATION
      • VOIP

        public static final Category VOIP
      • WEBSERVICE

        public static final Category WEBSERVICE
      • WEBSOCKET

        public static final Category WEBSOCKET
      • WORKFLOW

        public static final Category WORKFLOW
    • Method Detail

      • values

        public static Category[] 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 (Category c : Category.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

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

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