Package com.amazon.ion.impl
Enum Class _Private_IonConstants.HighNibble
java.lang.Object
java.lang.Enum<_Private_IonConstants.HighNibble>
com.amazon.ion.impl._Private_IonConstants.HighNibble
- All Implemented Interfaces:
Serializable,Comparable<_Private_IonConstants.HighNibble>,Constable
- Enclosing class:
_Private_IonConstants
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetHighNibble(int hn) booleanbooleanintvalue()Returns the enum constant of this class with the specified name.static _Private_IonConstants.HighNibble[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
hnNull
-
hnBoolean
-
hnPosInt
-
hnNegInt
-
hnFloat
-
hnDecimal
-
hnTimestamp
-
hnSymbol
-
hnString
-
hnClob
-
hnBlob
-
hnList
-
hnSexp
-
hnStruct
-
hnTypedecl
-
hnUnused
-
-
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
-
getHighNibble
-
value
public int value() -
lengthAlwaysFollows
public boolean lengthAlwaysFollows() -
isContainer
public boolean isContainer()
-