@Title(value="AS2") public enum As2Conf extends Enum<As2Conf>
| Enum Constant and Description |
|---|
NOTIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static As2Conf |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static As2Conf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Path(value="oxalis.as2.notification") @DefaultValue(value="not.in.use@difi.no") public static final As2Conf NOTIFICATION
public static As2Conf[] values()
for (As2Conf c : As2Conf.values()) System.out.println(c);
public static As2Conf 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 nullCopyright © 2022 NorStella. All rights reserved.