public static enum Business.EnumPartitionType extends Enum<Business.EnumPartitionType>
| Enum Constant and Description |
|---|
VALUE_AUTH |
VALUE_FIXED |
VALUE_FIXED_WITHOUT_PARTITION |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Business.EnumPartitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Business.EnumPartitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AUTH") public static final Business.EnumPartitionType VALUE_AUTH
@SerializedName(value="FIXED") public static final Business.EnumPartitionType VALUE_FIXED
@SerializedName(value="FIXED_WITHOUT_PARTITION") public static final Business.EnumPartitionType VALUE_FIXED_WITHOUT_PARTITION
public static Business.EnumPartitionType[] values()
for (Business.EnumPartitionType c : Business.EnumPartitionType.values()) System.out.println(c);
public static Business.EnumPartitionType 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<Business.EnumPartitionType>Copyright © 2024. All rights reserved.