public static enum ExternalManagerPlugin.ResynchronisationCauseEnum extends Enum<ExternalManagerPlugin.ResynchronisationCauseEnum>
Enum Constant and Description |
---|
DOCUMENT_GENERATION |
INVOICE_CANCELLATION |
INVOICE_CREATION |
INVOICE_DUPLICATION |
OTHER |
Modifier and Type | Method and Description |
---|---|
static ExternalManagerPlugin.ResynchronisationCauseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalManagerPlugin.ResynchronisationCauseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalManagerPlugin.ResynchronisationCauseEnum INVOICE_CREATION
public static final ExternalManagerPlugin.ResynchronisationCauseEnum INVOICE_CANCELLATION
public static final ExternalManagerPlugin.ResynchronisationCauseEnum INVOICE_DUPLICATION
public static final ExternalManagerPlugin.ResynchronisationCauseEnum DOCUMENT_GENERATION
public static final ExternalManagerPlugin.ResynchronisationCauseEnum OTHER
public static ExternalManagerPlugin.ResynchronisationCauseEnum[] values()
for (ExternalManagerPlugin.ResynchronisationCauseEnum c : ExternalManagerPlugin.ResynchronisationCauseEnum.values()) System.out.println(c);
public static ExternalManagerPlugin.ResynchronisationCauseEnum 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. All rights reserved.