public static enum WebMiscUtil.Channel extends Enum<WebMiscUtil.Channel>
Enum Constant and Description |
---|
DISCOVERY |
IMPORT |
LIVE_SYNC |
RECONCILIATION |
USER |
WEB_SERVICE |
Modifier and Type | Method and Description |
---|---|
String |
getChannel() |
static WebMiscUtil.Channel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebMiscUtil.Channel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebMiscUtil.Channel LIVE_SYNC
public static final WebMiscUtil.Channel RECONCILIATION
public static final WebMiscUtil.Channel DISCOVERY
public static final WebMiscUtil.Channel IMPORT
public static final WebMiscUtil.Channel USER
public static final WebMiscUtil.Channel WEB_SERVICE
public static WebMiscUtil.Channel[] values()
for (WebMiscUtil.Channel c : WebMiscUtil.Channel.values()) System.out.println(c);
public static WebMiscUtil.Channel 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 nullpublic String getChannel()
Copyright © 2015 evolveum. All rights reserved.