public static enum Scmp.Type extends Enum<Scmp.Type>
| Enum Constant and Description |
|---|
ERROR_1 |
ERROR_100 |
ERROR_101 |
ERROR_127 |
ERROR_2 |
ERROR_3 |
ERROR_4 |
ERROR_5 |
ERROR_6 |
INFO_128 |
INFO_129 |
INFO_130 |
INFO_131 |
INFO_200 |
INFO_201 |
INFO_255 |
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
int |
id() |
static <E extends org.scion.jpan.Scmp.ParseEnum> |
parse(Class<E> e,
int code) |
static Scmp.Type |
parse(int id) |
String |
toString() |
static Scmp.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scmp.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scmp.Type ERROR_1
public static final Scmp.Type ERROR_2
public static final Scmp.Type ERROR_3
public static final Scmp.Type ERROR_4
public static final Scmp.Type ERROR_5
public static final Scmp.Type ERROR_6
public static final Scmp.Type ERROR_100
public static final Scmp.Type ERROR_101
public static final Scmp.Type ERROR_127
public static final Scmp.Type INFO_128
public static final Scmp.Type INFO_129
public static final Scmp.Type INFO_130
public static final Scmp.Type INFO_131
public static final Scmp.Type INFO_200
public static final Scmp.Type INFO_201
public static final Scmp.Type INFO_255
public static Scmp.Type[] values()
for (Scmp.Type c : Scmp.Type.values()) System.out.println(c);
public static Scmp.Type 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 static Scmp.Type parse(int id)
public int id()
public String getText()
public static <E extends org.scion.jpan.Scmp.ParseEnum> E parse(Class<E> e, int code)
Copyright © 2024. All rights reserved.