public enum TsonElementType extends Enum<TsonElementType>
| Enum Constant and Description |
|---|
ALIAS |
ARRAY |
BIG_COMPLEX |
BIG_DECIMAL |
BIG_INT |
BINARY_STREAM |
BINOP |
BOOLEAN |
BYTE |
CHAR |
CHAR_STREAM |
CUSTOM |
DATE |
DATETIME |
DOUBLE |
DOUBLE_COMPLEX |
FLOAT |
FLOAT_COMPLEX |
FUNCTION |
INT |
LONG |
MATRIX |
NAME |
NULL |
OBJECT |
PAIR |
REGEX |
SHORT |
STRING |
TIME |
UPLET |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isContainer() |
boolean |
isNumber() |
boolean |
isPrimitive() |
boolean |
isSimple() |
boolean |
isTemporal() |
static TsonElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TsonElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TsonElementType NULL
public static final TsonElementType BINARY_STREAM
public static final TsonElementType CHAR_STREAM
public static final TsonElementType STRING
public static final TsonElementType CHAR
public static final TsonElementType BYTE
public static final TsonElementType SHORT
public static final TsonElementType INT
public static final TsonElementType LONG
public static final TsonElementType FLOAT
public static final TsonElementType DOUBLE
public static final TsonElementType DOUBLE_COMPLEX
public static final TsonElementType FLOAT_COMPLEX
public static final TsonElementType BIG_INT
public static final TsonElementType BIG_COMPLEX
public static final TsonElementType BIG_DECIMAL
public static final TsonElementType BOOLEAN
public static final TsonElementType NAME
public static final TsonElementType ALIAS
public static final TsonElementType DATETIME
public static final TsonElementType DATE
public static final TsonElementType TIME
public static final TsonElementType REGEX
public static final TsonElementType MATRIX
public static final TsonElementType PAIR
public static final TsonElementType BINOP
public static final TsonElementType ARRAY
public static final TsonElementType OBJECT
public static final TsonElementType FUNCTION
public static final TsonElementType UPLET
public static final TsonElementType CUSTOM
public static TsonElementType[] values()
for (TsonElementType c : TsonElementType.values()) System.out.println(c);
public static TsonElementType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isContainer()
public boolean isTemporal()
public boolean isPrimitive()
public boolean isNumber()
public boolean isSimple()
Copyright © 2025 vpc open source initiative. All rights reserved.