public static enum SegDependency.RelatedSegStatusEnum extends Enum<SegDependency.RelatedSegStatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
SegDependency.RelatedSegStatusEnum.Adapter |
| Enum Constant and Description |
|---|
CHEXPORTING |
EXPORTING |
INVALID |
NORMAL |
PATCHFAILED |
PUBLICCOUNTINVALID |
| Modifier and Type | Method and Description |
|---|---|
static SegDependency.RelatedSegStatusEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static SegDependency.RelatedSegStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegDependency.RelatedSegStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegDependency.RelatedSegStatusEnum EXPORTING
public static final SegDependency.RelatedSegStatusEnum INVALID
public static final SegDependency.RelatedSegStatusEnum NORMAL
public static final SegDependency.RelatedSegStatusEnum CHEXPORTING
public static final SegDependency.RelatedSegStatusEnum PUBLICCOUNTINVALID
public static final SegDependency.RelatedSegStatusEnum PATCHFAILED
public static SegDependency.RelatedSegStatusEnum[] values()
for (SegDependency.RelatedSegStatusEnum c : SegDependency.RelatedSegStatusEnum.values()) System.out.println(c);
public static SegDependency.RelatedSegStatusEnum 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 getValue()
public String toString()
toString in class Enum<SegDependency.RelatedSegStatusEnum>public static SegDependency.RelatedSegStatusEnum fromValue(String input)
Copyright © 2023. All rights reserved.