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