public enum FormCode extends Enum<FormCode>
| Enum Constant and Description |
|---|
BLANK_TEMPLATE |
GIRO_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormCode()
Gets the form code.
|
static FormCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormCode GIRO_TEMPLATE
public static final FormCode BLANK_TEMPLATE
public static FormCode[] values()
for (FormCode c : FormCode.values()) System.out.println(c);
public static FormCode 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 getFormCode()
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.