Enum Class EPTypePremade

java.lang.Object
java.lang.Enum<EPTypePremade>
com.espertech.esper.common.client.type.EPTypePremade
All Implemented Interfaces:
Serializable, Comparable<EPTypePremade>, Constable

public enum EPTypePremade extends Enum<EPTypePremade>
Provides EPType instances for common types.
  • Enum Constant Details

    • BOOLEANPRIMITIVE

      public static final EPTypePremade BOOLEANPRIMITIVE
      boolean
    • BYTEPRIMITIVE

      public static final EPTypePremade BYTEPRIMITIVE
      byte
    • CHARPRIMITIVE

      public static final EPTypePremade CHARPRIMITIVE
      char
    • SHORTPRIMITIVE

      public static final EPTypePremade SHORTPRIMITIVE
      short
    • INTEGERPRIMITIVE

      public static final EPTypePremade INTEGERPRIMITIVE
      int
    • LONGPRIMITIVE

      public static final EPTypePremade LONGPRIMITIVE
      long
    • DOUBLEPRIMITIVE

      public static final EPTypePremade DOUBLEPRIMITIVE
      double
    • FLOATPRIMITIVE

      public static final EPTypePremade FLOATPRIMITIVE
      float
    • BOOLEANBOXED

      public static final EPTypePremade BOOLEANBOXED
      Boolean
    • BYTEBOXED

      public static final EPTypePremade BYTEBOXED
      Byte
    • CHARBOXED

      public static final EPTypePremade CHARBOXED
      Character
    • SHORTBOXED

      public static final EPTypePremade SHORTBOXED
      Short
    • INTEGERBOXED

      public static final EPTypePremade INTEGERBOXED
      Integer
    • LONGBOXED

      public static final EPTypePremade LONGBOXED
      Long
    • DOUBLEBOXED

      public static final EPTypePremade DOUBLEBOXED
      Double
    • FLOATBOXED

      public static final EPTypePremade FLOATBOXED
      Float
    • BIGINTEGER

      public static final EPTypePremade BIGINTEGER
      BigInteger
    • BIGDECIMAL

      public static final EPTypePremade BIGDECIMAL
      BigDecimal
    • BIGINTEGERARRAY

      public static final EPTypePremade BIGINTEGERARRAY
      BigInteger[]
    • BIGDECIMALARRAY

      public static final EPTypePremade BIGDECIMALARRAY
      BigDecimal[]
    • BIGINTEGERARRAYARRAY

      public static final EPTypePremade BIGINTEGERARRAYARRAY
      BigInteger[][]
    • BIGDECIMALARRAYARRAY

      public static final EPTypePremade BIGDECIMALARRAYARRAY
      BigDecimal[][]
    • STRING

      public static final EPTypePremade STRING
      String
    • NUMBER

      public static final EPTypePremade NUMBER
      Number
    • OBJECT

      public static final EPTypePremade OBJECT
      Object
    • VOID

      public static final EPTypePremade VOID
      void
    • CHARSEQUENCE

      public static final EPTypePremade CHARSEQUENCE
      CharSequence
    • ZONEDDATETIME

      public static final EPTypePremade ZONEDDATETIME
      ZonedDateTime
    • ZONEDDATETIMEARRAY

      public static final EPTypePremade ZONEDDATETIMEARRAY
      ZonedDateTime[]
    • ZONEDDATETIMEARRAYARRAY

      public static final EPTypePremade ZONEDDATETIMEARRAYARRAY
      ZonedDateTime[][]
    • LOCALDATETIME

      public static final EPTypePremade LOCALDATETIME
      LocalDateTime
    • LOCALDATETIMEARRAY

      public static final EPTypePremade LOCALDATETIMEARRAY
      LocalDateTime[]
    • LOCALDATETIMEARRAYARRAY

      public static final EPTypePremade LOCALDATETIMEARRAYARRAY
      LocalDateTime[][]
    • LOCALDATE

      public static final EPTypePremade LOCALDATE
      LocalDate
    • LOCALDATEARRAY

      public static final EPTypePremade LOCALDATEARRAY
      LocalDate[]
    • LOCALDATEARRAYARRAY

      public static final EPTypePremade LOCALDATEARRAYARRAY
      LocalDate[][]
    • LOCALTIME

      public static final EPTypePremade LOCALTIME
      LocalTime
    • DATE

      public static final EPTypePremade DATE
      Date
    • CALENDAR

      public static final EPTypePremade CALENDAR
      Calendar
    • DATEARRAY

      public static final EPTypePremade DATEARRAY
      Date array
    • CALENDARARRAY

      public static final EPTypePremade CALENDARARRAY
      Calendar array
    • COLLECTION

      public static final EPTypePremade COLLECTION
      Collection
    • LIST

      public static final EPTypePremade LIST
      List
    • LISTARRAY

      public static final EPTypePremade LISTARRAY
      List[]
    • ARRAYLIST

      public static final EPTypePremade ARRAYLIST
      ArrayList
    • LINKEDLIST

      public static final EPTypePremade LINKEDLIST
      LinkedList
    • DEQUE

      public static final EPTypePremade DEQUE
      Deque
    • ARRAYDEQUE

      public static final EPTypePremade ARRAYDEQUE
      ArrayDeque
    • SET

      public static final EPTypePremade SET
      Set
    • HASHSET

      public static final EPTypePremade HASHSET
      HashSet
    • ITERATOR

      public static final EPTypePremade ITERATOR
      Iterator
    • ITERABLE

      public static final EPTypePremade ITERABLE
      Iterable
    • OBJECTARRAY

      public static final EPTypePremade OBJECTARRAY
      Object[]
    • OBJECTARRAYARRAY

      public static final EPTypePremade OBJECTARRAYARRAY
      Object[][]
    • PAIR

      public static final EPTypePremade PAIR
      Pair
    • MAP

      public static final EPTypePremade MAP
      Map
    • MAPARRAY

      public static final EPTypePremade MAPARRAY
      Map[]
    • TREEMAP

      public static final EPTypePremade TREEMAP
      TreeMap
    • TREESET

      public static final EPTypePremade TREESET
      TreeSet
    • HASHMAP

      public static final EPTypePremade HASHMAP
      HashMap
    • LINKEDHASHMAP

      public static final EPTypePremade LINKEDHASHMAP
      LinkedHashMap
    • LINKEDHASHMAPARRAY

      public static final EPTypePremade LINKEDHASHMAPARRAY
      LinkedHashMap[]
    • LINKEDHASHSET

      public static final EPTypePremade LINKEDHASHSET
      LinkedHashSet
    • NODE

      public static final EPTypePremade NODE
      Node
    • NODELIST

      public static final EPTypePremade NODELIST
      NodeList
    • QNAME

      public static final EPTypePremade QNAME
      QName
    • NODEARRAY

      public static final EPTypePremade NODEARRAY
      Node[]
    • STRINGARRAY

      public static final EPTypePremade STRINGARRAY
      String[]
    • STRINGARRAYARRAY

      public static final EPTypePremade STRINGARRAYARRAY
      String[][]
    • BOOLEANBOXEDARRAY

      public static final EPTypePremade BOOLEANBOXEDARRAY
      Boolean[]
    • BOOLEANBOXEDARRAYARRAY

      public static final EPTypePremade BOOLEANBOXEDARRAYARRAY
      Boolean[][]
    • BYTEBOXEDARRAY

      public static final EPTypePremade BYTEBOXEDARRAY
      Byte[]
    • BYTEBOXEDARRAYARRAY

      public static final EPTypePremade BYTEBOXEDARRAYARRAY
      Byte[][]
    • CHARBOXEDARRAY

      public static final EPTypePremade CHARBOXEDARRAY
      Character[]
    • CHARBOXEDARRAYARRAY

      public static final EPTypePremade CHARBOXEDARRAYARRAY
      Character[][]
    • SHORTBOXEDARRAY

      public static final EPTypePremade SHORTBOXEDARRAY
      Short[]
    • SHORTBOXEDARRAYARRAY

      public static final EPTypePremade SHORTBOXEDARRAYARRAY
      Short[][]
    • INTEGERBOXEDARRAY

      public static final EPTypePremade INTEGERBOXEDARRAY
      Integer[]
    • INTEGERBOXEDARRAYARRAY

      public static final EPTypePremade INTEGERBOXEDARRAYARRAY
      Integer[][]
    • LONGBOXEDARRAY

      public static final EPTypePremade LONGBOXEDARRAY
      Long[]
    • LONGBOXEDARRAYARRAY

      public static final EPTypePremade LONGBOXEDARRAYARRAY
      Long[][]
    • DOUBLEBOXEDARRAY

      public static final EPTypePremade DOUBLEBOXEDARRAY
      Double[]
    • DOUBLEBOXEDARRAYARRAY

      public static final EPTypePremade DOUBLEBOXEDARRAYARRAY
      Double[][]
    • FLOATBOXEDARRAY

      public static final EPTypePremade FLOATBOXEDARRAY
      Float[]
    • FLOATBOXEDARRAYARRAY

      public static final EPTypePremade FLOATBOXEDARRAYARRAY
      Float[][]
    • BOOLEANPRIMITIVEARRAY

      public static final EPTypePremade BOOLEANPRIMITIVEARRAY
      boolean[]
    • BOOLEANPRIMITIVEARRAYARRAY

      public static final EPTypePremade BOOLEANPRIMITIVEARRAYARRAY
      boolean[][]
    • BYTEPRIMITIVEARRAY

      public static final EPTypePremade BYTEPRIMITIVEARRAY
      byte[]
    • BYTEPRIMITIVEARRAYARRAY

      public static final EPTypePremade BYTEPRIMITIVEARRAYARRAY
      byte[][]
    • CHARPRIMITIVEARRAY

      public static final EPTypePremade CHARPRIMITIVEARRAY
      char[]
    • CHARPRIMITIVEARRAYARRAY

      public static final EPTypePremade CHARPRIMITIVEARRAYARRAY
      char[][]
    • SHORTPRIMITIVEARRAY

      public static final EPTypePremade SHORTPRIMITIVEARRAY
      short[]
    • SHORTPRIMITIVEARRAYARRAY

      public static final EPTypePremade SHORTPRIMITIVEARRAYARRAY
      short[][]
    • INTEGERPRIMITIVEARRAY

      public static final EPTypePremade INTEGERPRIMITIVEARRAY
      int[]
    • INTEGERPRIMITIVEARRAYARRAY

      public static final EPTypePremade INTEGERPRIMITIVEARRAYARRAY
      int[][]
    • LONGPRIMITIVEARRAY

      public static final EPTypePremade LONGPRIMITIVEARRAY
      long[]
    • LONGPRIMITIVEARRAYARRAY

      public static final EPTypePremade LONGPRIMITIVEARRAYARRAY
      long[][]
    • DOUBLEPRIMITIVEARRAY

      public static final EPTypePremade DOUBLEPRIMITIVEARRAY
      double[]
    • DOUBLEPRIMITIVEARRAYARRAY

      public static final EPTypePremade DOUBLEPRIMITIVEARRAYARRAY
      double[][]
    • FLOATPRIMITIVEARRAY

      public static final EPTypePremade FLOATPRIMITIVEARRAY
      float[]
    • FLOATPRIMITIVEARRAYARRAY

      public static final EPTypePremade FLOATPRIMITIVEARRAYARRAY
      float[][]
    • COPYONWRITEARRAYLIST

      public static final EPTypePremade COPYONWRITEARRAYLIST
      CopyOnWriteArrayList
    • COPYONWRITEARRAYSET

      public static final EPTypePremade COPYONWRITEARRAYSET
      CopyOnWriteArraySet
    • COMPARATOR

      public static final EPTypePremade COMPARATOR
      Comparator
    • COMPARABLE

      public static final EPTypePremade COMPARABLE
      Comparable
    • SIMPLEDATEFORMAT

      public static final EPTypePremade SIMPLEDATEFORMAT
      SimpleDateFormat
    • DATETIMEFORMATTER

      public static final EPTypePremade DATETIMEFORMATTER
      DateTimeFormatter
    • DATEFORMAT

      public static final EPTypePremade DATEFORMAT
      DateFormat
    • INSTRUMENTATION

      public static final EPTypePremade INSTRUMENTATION
      java.lang.instrument.Instrumentation
    • PATTERN

      public static final EPTypePremade PATTERN
      java.util.regex.Pattern
    • CLASS

      public static final EPTypePremade CLASS
      Class
    • METHOD

      public static final EPTypePremade METHOD
      Method
    • FIELD

      public static final EPTypePremade FIELD
      Field
    • TIMEZONE

      public static final EPTypePremade TIMEZONE
      TimeZone
    • ATOMICLONG

      public static final EPTypePremade ATOMICLONG
      AtomicLong
    • MATHCONTEXT

      public static final EPTypePremade MATHCONTEXT
      java.math.MathContext
    • ANNOTATION

      public static final EPTypePremade ANNOTATION
      Annotation
    • ANNOTATIONARRAY

      public static final EPTypePremade ANNOTATIONARRAY
      Annotation[]
    • DATAOUTPUT

      public static final EPTypePremade DATAOUTPUT
      DataOutput
    • DATAINPUT

      public static final EPTypePremade DATAINPUT
      DataInput
    • BYTEBUFFER

      public static final EPTypePremade BYTEBUFFER
      ByteBuffer
    • MAPENTRY

      public static final EPTypePremade MAPENTRY
      Map.Entry
    • ABSTRACTMAPSIMPLEENTRY

      public static final EPTypePremade ABSTRACTMAPSIMPLEENTRY
      AbstractMap.SimpleEntry
    • STRINGBUFFER

      public static final EPTypePremade STRINGBUFFER
      StringBuffer
    • STRINGBUILDER

      public static final EPTypePremade STRINGBUILDER
      StringBuilder
    • UNSUPPORTEDOPERATIONEXCEPTION

      public static final EPTypePremade UNSUPPORTEDOPERATIONEXCEPTION
      UnsupportedOperationException
    • ILLEGALSTATEEXCEPTION

      public static final EPTypePremade ILLEGALSTATEEXCEPTION
      IllegalStateException
    • NOSUCHELEMENTEXCEPTION

      public static final EPTypePremade NOSUCHELEMENTEXCEPTION
      NoSuchElementException
    • IOEXCEPTION

      public static final EPTypePremade IOEXCEPTION
      java.io.IOException
    • THROWABLE

      public static final EPTypePremade THROWABLE
      Throwable
    • SUPPLIER

      public static final EPTypePremade SUPPLIER
      java.util.function.Supplier
    • SQLDATE

      public static final EPTypePremade SQLDATE
      java.sql.Date
    • SQLDATEARRAY

      public static final EPTypePremade SQLDATEARRAY
      java.sql.Date array
    • SQLTIME

      public static final EPTypePremade SQLTIME
      java.sql.Time
    • SQLCLOB

      public static final EPTypePremade SQLCLOB
      java.sql.Clob
    • SQLBLOB

      public static final EPTypePremade SQLBLOB
      java.sql.Blob
    • SQLARRAY

      public static final EPTypePremade SQLARRAY
      java.sql.Array
    • SQLSTRUCT

      public static final EPTypePremade SQLSTRUCT
      java.sql.Struct
    • SQLREF

      public static final EPTypePremade SQLREF
      java.sql.Ref
    • SQLTIMESTAMP

      public static final EPTypePremade SQLTIMESTAMP
      java.sql.Timestamp
    • NETURL

      public static final EPTypePremade NETURL
      java.net.URL
    • NETURLARRAY

      public static final EPTypePremade NETURLARRAY
      java.net.URL[]
    • NETURLARRAYARRAY

      public static final EPTypePremade NETURLARRAYARRAY
      java.net.URL[][]
    • NETURI

      public static final EPTypePremade NETURI
      java.net.URI
    • NETURIARRAY

      public static final EPTypePremade NETURIARRAY
      java.net.URI[]
    • NETURIARRAYARRAY

      public static final EPTypePremade NETURIARRAYARRAY
      java.net.URI[][]
    • UUID

      public static final EPTypePremade UUID
      java.util.UUID
    • UUIDARRAY

      public static final EPTypePremade UUIDARRAY
      java.util.UUID[]
    • UUIDARRAYARRAY

      public static final EPTypePremade UUIDARRAYARRAY
      java.util.UUID[][]
    • OFFSETDATETIME

      public static final EPTypePremade OFFSETDATETIME
      OffsetDateTime
    • OFFSETDATETIMEARRAY

      public static final EPTypePremade OFFSETDATETIMEARRAY
      OffsetDateTime[]
    • OFFSETDATETIMEARRAYARRAY

      public static final EPTypePremade OFFSETDATETIMEARRAYARRAY
      OffsetDateTime[][]
  • Method Details

    • values

      public static EPTypePremade[] 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 EPTypePremade 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
    • getOrCreate

      public static EPTypeClass getOrCreate(Class<?> clazz)
      Returns the pre-allocated EPTypeClass for a given class, or allocates a new EPTypeClass when there is no pre-allocated EPTypeClass for this class
      Parameters:
      clazz - class
      Returns:
      type class
    • getExisting

      public static EPTypePremade getExisting(Class<?> clazz)
      Returns the pre-allocated holder for a given class, or null if there is no pre-allocated holder for this class
      Parameters:
      clazz - class
      Returns:
      type class or null
    • getEPType

      public EPTypeClass getEPType()
      Returns the type class.
      Returns:
      type class