public static enum BundleStreamSource.Event extends Enum<BundleStreamSource.Event>
Enum Constant and Description |
---|
END_OF_STREAM |
META_CHANGED |
NEXT_OBJECT |
Modifier and Type | Method and Description |
---|---|
static BundleStreamSource.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleStreamSource.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleStreamSource.Event META_CHANGED
public static final BundleStreamSource.Event NEXT_OBJECT
public static final BundleStreamSource.Event END_OF_STREAM
public static BundleStreamSource.Event[] values()
for (BundleStreamSource.Event c : BundleStreamSource.Event.values()) System.out.println(c);
public static BundleStreamSource.Event 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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.