public static enum As2Disposition.DispositionModifier.Prefix extends Enum<As2Disposition.DispositionModifier.Prefix>
| Modifier and Type | Method and Description |
|---|---|
static As2Disposition.DispositionModifier.Prefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static As2Disposition.DispositionModifier.Prefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final As2Disposition.DispositionModifier.Prefix ERROR
public static final As2Disposition.DispositionModifier.Prefix WARNING
public static final As2Disposition.DispositionModifier.Prefix FAILURE
public static As2Disposition.DispositionModifier.Prefix[] values()
for (As2Disposition.DispositionModifier.Prefix c : As2Disposition.DispositionModifier.Prefix.values()) System.out.println(c);
public static As2Disposition.DispositionModifier.Prefix 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 NorStella. All rights reserved.