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