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