protected static enum AbstractCreateUBLActionCode.EPhase extends Enum<AbstractCreateUBLActionCode.EPhase>
| Modifier and Type | Method and Description |
|---|---|
static AbstractCreateUBLActionCode.EPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCreateUBLActionCode.EPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCreateUBLActionCode.EPhase READ
public static final AbstractCreateUBLActionCode.EPhase WRITE
public static final AbstractCreateUBLActionCode.EPhase VALIDATE
public static AbstractCreateUBLActionCode.EPhase[] values()
for (AbstractCreateUBLActionCode.EPhase c : AbstractCreateUBLActionCode.EPhase.values()) System.out.println(c);
public static AbstractCreateUBLActionCode.EPhase 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 © 2015–2020 Philip Helger. All rights reserved.