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