public enum BrAPIPlannedCrossStatus extends Enum<BrAPIPlannedCrossStatus> implements BrAPIEnum
| Modifier and Type | Method and Description |
|---|---|
static BrAPIPlannedCrossStatus |
fromValue(String text) |
String |
getBrapiValue() |
String |
toString() |
static BrAPIPlannedCrossStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPIPlannedCrossStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrAPIPlannedCrossStatus TODO
public static final BrAPIPlannedCrossStatus DONE
public static final BrAPIPlannedCrossStatus SKIPPED
public static BrAPIPlannedCrossStatus[] values()
for (BrAPIPlannedCrossStatus c : BrAPIPlannedCrossStatus.values()) System.out.println(c);
public static BrAPIPlannedCrossStatus 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<BrAPIPlannedCrossStatus>public static BrAPIPlannedCrossStatus fromValue(String text)
public String getBrapiValue()
getBrapiValue in interface BrAPIEnumCopyright © 2023. All rights reserved.