public static enum XSEventStreamAnalyzerParameters.AnalysisScheme extends java.lang.Enum<XSEventStreamAnalyzerParameters.AnalysisScheme>
| Enum Constant and Description |
|---|
CONTINUOUS |
FRAGMENTED |
| Modifier and Type | Method and Description |
|---|---|
static XSEventStreamAnalyzerParameters.AnalysisScheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XSEventStreamAnalyzerParameters.AnalysisScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XSEventStreamAnalyzerParameters.AnalysisScheme CONTINUOUS
public static final XSEventStreamAnalyzerParameters.AnalysisScheme FRAGMENTED
public static XSEventStreamAnalyzerParameters.AnalysisScheme[] values()
for (XSEventStreamAnalyzerParameters.AnalysisScheme c : XSEventStreamAnalyzerParameters.AnalysisScheme.values()) System.out.println(c);
public static XSEventStreamAnalyzerParameters.AnalysisScheme 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