public static enum BuildParams.Type extends Enum<BuildParams.Type>
| Enum Constant and Description |
|---|
ArrayType |
BooleanType |
ByteArrayType |
IntegerType |
InterfaceType |
MapType |
StructType |
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue() |
static BuildParams.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildParams.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildParams.Type ByteArrayType
public static final BuildParams.Type BooleanType
public static final BuildParams.Type IntegerType
public static final BuildParams.Type InterfaceType
public static final BuildParams.Type ArrayType
public static final BuildParams.Type StructType
public static final BuildParams.Type MapType
public static BuildParams.Type[] values()
for (BuildParams.Type c : BuildParams.Type.values()) System.out.println(c);
public static BuildParams.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 byte getValue()
Copyright © 2020. All rights reserved.