public static enum SysomosProvider.Mode extends Enum<SysomosProvider.Mode>
Enum Constant and Description |
---|
BACKFILL_AND_TERMINATE |
CONTINUOUS |
Modifier and Type | Method and Description |
---|---|
static SysomosProvider.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SysomosProvider.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SysomosProvider.Mode CONTINUOUS
public static final SysomosProvider.Mode BACKFILL_AND_TERMINATE
public static SysomosProvider.Mode[] values()
for (SysomosProvider.Mode c : SysomosProvider.Mode.values()) System.out.println(c);
public static SysomosProvider.Mode 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 © 2018 The Apache Software Foundation. All rights reserved.