@Title(value="AS4") public enum As4Conf extends Enum<As4Conf>
| Enum Constant and Description |
|---|
HOSTNAME |
MSGID_GENERATOR |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static As4Conf |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static As4Conf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Path(value="oxalis.as4.hostname") @DefaultValue(value="") public static final As4Conf HOSTNAME
@Path(value="oxalis.as4.msgidgen") @DefaultValue(value="default") public static final As4Conf MSGID_GENERATOR
@Path(value="oxalis.as4.type") @DefaultValue(value="peppol") public static final As4Conf TYPE
public static As4Conf[] values()
for (As4Conf c : As4Conf.values()) System.out.println(c);
public static As4Conf 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 © 2021 NorStella. All rights reserved.