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