public static enum _Private_IonConstants.HighNibble extends java.lang.Enum<_Private_IonConstants.HighNibble>
| Enum Constant and Description |
|---|
hnBlob |
hnBoolean |
hnClob |
hnDecimal |
hnFloat |
hnList |
hnNegInt |
hnNull |
hnPosInt |
hnSexp |
hnString |
hnStruct |
hnSymbol |
hnTimestamp |
hnTypedecl |
hnUnused |
| Modifier and Type | Method and Description |
|---|---|
static _Private_IonConstants.HighNibble |
getHighNibble(int hn) |
boolean |
isContainer() |
boolean |
lengthAlwaysFollows() |
int |
value() |
static _Private_IonConstants.HighNibble |
valueOf(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.
|
public static final _Private_IonConstants.HighNibble hnNull
public static final _Private_IonConstants.HighNibble hnBoolean
public static final _Private_IonConstants.HighNibble hnPosInt
public static final _Private_IonConstants.HighNibble hnNegInt
public static final _Private_IonConstants.HighNibble hnFloat
public static final _Private_IonConstants.HighNibble hnDecimal
public static final _Private_IonConstants.HighNibble hnTimestamp
public static final _Private_IonConstants.HighNibble hnSymbol
public static final _Private_IonConstants.HighNibble hnString
public static final _Private_IonConstants.HighNibble hnClob
public static final _Private_IonConstants.HighNibble hnBlob
public static final _Private_IonConstants.HighNibble hnList
public static final _Private_IonConstants.HighNibble hnSexp
public static final _Private_IonConstants.HighNibble hnStruct
public static final _Private_IonConstants.HighNibble hnTypedecl
public static final _Private_IonConstants.HighNibble hnUnused
public static _Private_IonConstants.HighNibble[] values()
for (_Private_IonConstants.HighNibble c : _Private_IonConstants.HighNibble.values()) System.out.println(c);
public static _Private_IonConstants.HighNibble valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static _Private_IonConstants.HighNibble getHighNibble(int hn)
public int value()
public boolean lengthAlwaysFollows()
public boolean isContainer()