public enum MClassType extends Enum<MClassType>
| Modifier and Type | Method and Description |
|---|---|
static MClassType |
forValue(String value) |
Integer |
getValue() |
Integer |
toJson() |
String |
toString() |
static MClassType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MClassType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MClassType flash
public static final MClassType normal
public static MClassType[] values()
for (MClassType c : MClassType.values()) System.out.println(c);
public static MClassType 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<MClassType>public Integer toJson()
public static MClassType forValue(String value)
public Integer getValue()
Copyright © 2024. All rights reserved.