public static enum FDv2SourceResult.ResultType extends java.lang.Enum<FDv2SourceResult.ResultType>
| Enum Constant and Description |
|---|
CHANGE_SET
The source has emitted a change set.
|
STATUS
The source is emitting a status which indicates a transition from being valid to being in some kind
of error state.
|
| Modifier and Type | Method and Description |
|---|---|
static FDv2SourceResult.ResultType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FDv2SourceResult.ResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FDv2SourceResult.ResultType CHANGE_SET
public static final FDv2SourceResult.ResultType STATUS
public static FDv2SourceResult.ResultType[] values()
for (FDv2SourceResult.ResultType c : FDv2SourceResult.ResultType.values()) System.out.println(c);
public static FDv2SourceResult.ResultType 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 null