public static enum Publish.DischargeMethodType extends Enum<Publish.DischargeMethodType>
| Enum Constant and Description |
|---|
MeanSection |
MidSection |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static Publish.DischargeMethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Publish.DischargeMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Publish.DischargeMethodType Unknown
public static final Publish.DischargeMethodType MidSection
public static final Publish.DischargeMethodType MeanSection
public static Publish.DischargeMethodType[] values()
for (Publish.DischargeMethodType c : Publish.DischargeMethodType.values()) System.out.println(c);
public static Publish.DischargeMethodType 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 nullCopyright © 2022. All rights reserved.