public enum TsonElementType extends Enum<TsonElementType>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnyString() |
boolean |
isListContainer() |
boolean |
isNamed() |
boolean |
isNumber() |
boolean |
isParametrized() |
boolean |
isPrimitive() |
boolean |
isSimple() |
boolean |
isString() |
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 DOUBLE_QUOTED_STRING
public static final TsonElementType SINGLE_QUOTED_STRING
public static final TsonElementType ANTI_QUOTED_STRING
public static final TsonElementType TRIPLE_DOUBLE_QUOTED_STRING
public static final TsonElementType TRIPLE_SINGLE_QUOTED_STRING
public static final TsonElementType TRIPLE_ANTI_QUOTED_STRING
public static final TsonElementType LINE_STRING
public static final TsonElementType CHAR
public static final TsonElementType BYTE
public static final TsonElementType SHORT
public static final TsonElementType INTEGER
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_INTEGER
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 INSTANT
public static final TsonElementType LOCAL_DATETIME
public static final TsonElementType LOCAL_DATE
public static final TsonElementType LOCAL_TIME
public static final TsonElementType REGEX
public static final TsonElementType OP
public static final TsonElementType PAIR
public static final TsonElementType CUSTOM
public static final TsonElementType MATRIX
public static final TsonElementType NAMED_MATRIX
public static final TsonElementType PARAMETRIZED_MATRIX
public static final TsonElementType NAMED_PARAMETRIZED_MATRIX
public static final TsonElementType ARRAY
public static final TsonElementType NAMED_ARRAY
public static final TsonElementType PARAMETRIZED_ARRAY
public static final TsonElementType NAMED_PARAMETRIZED_ARRAY
public static final TsonElementType OBJECT
public static final TsonElementType NAMED_OBJECT
public static final TsonElementType PARAMETRIZED_OBJECT
public static final TsonElementType NAMED_PARAMETRIZED_OBJECT
public static final TsonElementType UPLET
public static final TsonElementType NAMED_UPLET
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 isNamed()
public boolean isAnyString()
public boolean isString()
public boolean isParametrized()
public boolean isListContainer()
public boolean isTemporal()
public boolean isPrimitive()
public boolean isNumber()
public boolean isSimple()
Copyright © 2025 vpc open source initiative. All rights reserved.