public static enum FormImage.FormImageType extends Enum<FormImage.FormImageType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FormImage.FormImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormImage.FormImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormImage.FormImageType PATH
public static final FormImage.FormImageType URL
public static FormImage.FormImageType[] values()
for (FormImage.FormImageType c : FormImage.FormImageType.values()) System.out.println(c);
public static FormImage.FormImageType 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<FormImage.FormImageType>Copyright © 2019 GeyserMC. All rights reserved.