
public static enum Buffer.Type extends Enum<Buffer.Type>
| Enum Constant and Description |
|---|
BUFFER_DBL64 |
BUFFER_FLT32 |
BUFFER_NB |
BUFFER_SINT16 |
BUFFER_SINT32 |
BUFFER_SINT64 |
BUFFER_SINT8 |
BUFFER_UINT16 |
BUFFER_UINT32 |
BUFFER_UINT64 |
BUFFER_UINT8 |
| Modifier and Type | Method and Description |
|---|---|
static Buffer.Type |
swigToEnum(int swigValue) |
int |
swigValue() |
static Buffer.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Buffer.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Buffer.Type BUFFER_UINT8
public static final Buffer.Type BUFFER_SINT8
public static final Buffer.Type BUFFER_UINT16
public static final Buffer.Type BUFFER_SINT16
public static final Buffer.Type BUFFER_UINT32
public static final Buffer.Type BUFFER_SINT32
public static final Buffer.Type BUFFER_UINT64
public static final Buffer.Type BUFFER_SINT64
public static final Buffer.Type BUFFER_FLT32
public static final Buffer.Type BUFFER_DBL64
public static final Buffer.Type BUFFER_NB
public static Buffer.Type[] values()
for (Buffer.Type c : Buffer.Type.values()) System.out.println(c);
public static Buffer.Type 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 final int swigValue()
public static Buffer.Type swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.