public static enum EBAProcessor.FilingSerializationMode extends java.lang.Enum<EBAProcessor.FilingSerializationMode>
Enum Constant and Description |
---|
EXCLUDE
The row will not be included in the tuple, means the "form unit" is not reported and this is implicitly stated.
|
EXCLUDEFORCE
The row will not be included in the tuple, means the "form unit" is not reported and this is explicitly stated in the @find:filing="false" attribute.
|
INCLUDE
The row will be included in the tuple, means the "form unit" is reported and this is implicitly stated.
|
INCLUDEFORCE
The row will be included in the tuple, means the "form unit" is reported and this is implicitly stated in the @find:filing="true" attribute.
|
Modifier and Type | Method and Description |
---|---|
static EBAProcessor.FilingSerializationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EBAProcessor.FilingSerializationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBAProcessor.FilingSerializationMode INCLUDE
public static final EBAProcessor.FilingSerializationMode INCLUDEFORCE
public static final EBAProcessor.FilingSerializationMode EXCLUDE
public static final EBAProcessor.FilingSerializationMode EXCLUDEFORCE
public static EBAProcessor.FilingSerializationMode[] values()
for (EBAProcessor.FilingSerializationMode c : EBAProcessor.FilingSerializationMode.values()) System.out.println(c);
public static EBAProcessor.FilingSerializationMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa