Package com.amazon.ion.impl
Enum _Private_IonConstants.HighNibble
- java.lang.Object
-
- java.lang.Enum<_Private_IonConstants.HighNibble>
-
- com.amazon.ion.impl._Private_IonConstants.HighNibble
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<_Private_IonConstants.HighNibble>
- Enclosing class:
- _Private_IonConstants
public static enum _Private_IonConstants.HighNibble extends java.lang.Enum<_Private_IonConstants.HighNibble>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static _Private_IonConstants.HighNibblegetHighNibble(int hn)booleanisContainer()booleanlengthAlwaysFollows()intvalue()static _Private_IonConstants.HighNibblevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static _Private_IonConstants.HighNibble[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
hnNull
public static final _Private_IonConstants.HighNibble hnNull
-
hnBoolean
public static final _Private_IonConstants.HighNibble hnBoolean
-
hnPosInt
public static final _Private_IonConstants.HighNibble hnPosInt
-
hnNegInt
public static final _Private_IonConstants.HighNibble hnNegInt
-
hnFloat
public static final _Private_IonConstants.HighNibble hnFloat
-
hnDecimal
public static final _Private_IonConstants.HighNibble hnDecimal
-
hnTimestamp
public static final _Private_IonConstants.HighNibble hnTimestamp
-
hnSymbol
public static final _Private_IonConstants.HighNibble hnSymbol
-
hnString
public static final _Private_IonConstants.HighNibble hnString
-
hnClob
public static final _Private_IonConstants.HighNibble hnClob
-
hnBlob
public static final _Private_IonConstants.HighNibble hnBlob
-
hnList
public static final _Private_IonConstants.HighNibble hnList
-
hnSexp
public static final _Private_IonConstants.HighNibble hnSexp
-
hnStruct
public static final _Private_IonConstants.HighNibble hnStruct
-
hnTypedecl
public static final _Private_IonConstants.HighNibble hnTypedecl
-
hnUnused
public static final _Private_IonConstants.HighNibble hnUnused
-
-
Method Detail
-
values
public static _Private_IonConstants.HighNibble[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (_Private_IonConstants.HighNibble c : _Private_IonConstants.HighNibble.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static _Private_IonConstants.HighNibble valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getHighNibble
public static _Private_IonConstants.HighNibble getHighNibble(int hn)
-
value
public int value()
-
lengthAlwaysFollows
public boolean lengthAlwaysFollows()
-
isContainer
public boolean isContainer()
-
-