public static enum InvocableContext.ProgressReportingProvider extends Enum<InvocableContext.ProgressReportingProvider>
| Modifier and Type | Method and Description |
|---|---|
static InvocableContext.ProgressReportingProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocableContext.ProgressReportingProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvocableContext.ProgressReportingProvider Local
public static final InvocableContext.ProgressReportingProvider TCP
public static InvocableContext.ProgressReportingProvider[] values()
for (InvocableContext.ProgressReportingProvider c : InvocableContext.ProgressReportingProvider.values()) System.out.println(c);
public static InvocableContext.ProgressReportingProvider 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 © 2014. All Rights Reserved.