public static enum SocialServiceContext.ProcessType extends Enum<SocialServiceContext.ProcessType>
| Modifier and Type | Method and Description |
|---|---|
static SocialServiceContext.ProcessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialServiceContext.ProcessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocialServiceContext.ProcessType SYNC
public static final SocialServiceContext.ProcessType ASYNC
public static SocialServiceContext.ProcessType[] values()
for (SocialServiceContext.ProcessType c : SocialServiceContext.ProcessType.values()) System.out.println(c);
public static SocialServiceContext.ProcessType 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 © 2003–2018 eXo Platform SAS. All rights reserved.