public static enum MappingContext.StackElement extends Enum<MappingContext.StackElement>
| Enum Constant and Description |
|---|
DEST |
DEST_NAME |
DEST_TYPE |
SOURCE |
SOURCE_NAME |
SOURCE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static MappingContext.StackElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingContext.StackElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingContext.StackElement SOURCE_NAME
public static final MappingContext.StackElement SOURCE_TYPE
public static final MappingContext.StackElement SOURCE
public static final MappingContext.StackElement DEST_NAME
public static final MappingContext.StackElement DEST_TYPE
public static final MappingContext.StackElement DEST
public static MappingContext.StackElement[] values()
for (MappingContext.StackElement c : MappingContext.StackElement.values()) System.out.println(c);
public static MappingContext.StackElement 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 © 2016 Glasnost. All rights reserved.