public static enum PbDataTable.Type extends Enum<PbDataTable.Type>
| Enum Constant and Description |
|---|
BONITA_API |
VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static PbDataTable.Type |
fromValue(String value) |
String |
toString() |
String |
value() |
static PbDataTable.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbDataTable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbDataTable.Type VARIABLE
public static final PbDataTable.Type BONITA_API
public static PbDataTable.Type[] values()
for (PbDataTable.Type c : PbDataTable.Type.values()) System.out.println(c);
public static PbDataTable.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 String toString()
toString in class Enum<PbDataTable.Type>public String value()
public static PbDataTable.Type fromValue(String value)
Copyright © 2020. All rights reserved.