Package oracle.sql.json
Enum Class OracleJsonValue.OracleJsonType
- All Implemented Interfaces:
Serializable,Comparable<OracleJsonValue.OracleJsonType>,Constable
- Enclosing interface:
- OracleJsonValue
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAn instance ofOracleJsonArrayAn instance ofOracleJsonBinaryAn instance ofOracleJsonDateAn instance ofOracleJsonDecimalAn instance ofOracleJsonDoubleAn instance ofOracleJsonValueequal toOracleJsonValue.FALSEAn instance ofOracleJsonFloatAn instance ofOracleJsonIntervalDSAn instance ofOracleJsonIntervalYMAn instance ofOracleJsonValueequal toOracleJsonValue.NULLAn instance ofOracleJsonObjectAn instance ofOracleJsonStringAn instance ofOracleJsonTimestampAn instance ofOracleJsonTimestampTZAn instance ofOracleJsonValueequal toOracleJsonValue.TRUEAn instance ofOracleJsonVector -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OracleJsonValue.OracleJsonType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARRAY
An instance ofOracleJsonArray -
OBJECT
An instance ofOracleJsonObject -
NULL
An instance ofOracleJsonValueequal toOracleJsonValue.NULL -
TRUE
An instance ofOracleJsonValueequal toOracleJsonValue.TRUE -
FALSE
An instance ofOracleJsonValueequal toOracleJsonValue.FALSE -
STRING
An instance ofOracleJsonString -
DECIMAL
An instance ofOracleJsonDecimal -
FLOAT
An instance ofOracleJsonFloat -
DOUBLE
An instance ofOracleJsonDouble -
TIMESTAMP
An instance ofOracleJsonTimestamp -
TIMESTAMPTZ
An instance ofOracleJsonTimestampTZ -
DATE
An instance ofOracleJsonDate -
INTERVALYM
An instance ofOracleJsonIntervalYM -
INTERVALDS
An instance ofOracleJsonIntervalDS -
BINARY
An instance ofOracleJsonBinary -
VECTOR
An instance ofOracleJsonVector
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-