public static enum ProcessingContext.Defined extends Enum<ProcessingContext.Defined>
| Enum Constant and Description |
|---|
PRINCIPAL_OFFLINE
Conduct the processing of the ID-* message as if the Principal is offline.
|
PRINCIPAL_ONLINE
Conduct the processing of the ID-* message as if the Principal is online.
|
SIMULATE
Simulate the processing of the ID-* message.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessingContext.Defined |
getDefinedForUri(String uri) |
String |
getUri() |
static ProcessingContext.Defined |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingContext.Defined[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingContext.Defined PRINCIPAL_OFFLINE
public static final ProcessingContext.Defined PRINCIPAL_ONLINE
public static final ProcessingContext.Defined SIMULATE
private String uri
public static ProcessingContext.Defined[] values()
for (ProcessingContext.Defined c : ProcessingContext.Defined.values()) System.out.println(c);
public static ProcessingContext.Defined 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 static ProcessingContext.Defined getDefinedForUri(String uri)
public String getUri()
Copyright © 1999–2015. All rights reserved.