public static enum StructureFields.MovedFromInfo extends java.lang.Enum<StructureFields.MovedFromInfo>
| Enum Constant and Description |
|---|
movedFromOpRootRelPath |
movedFromRelPath |
opDepth |
| Modifier and Type | Method and Description |
|---|---|
static StructureFields.MovedFromInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StructureFields.MovedFromInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureFields.MovedFromInfo movedFromRelPath
public static final StructureFields.MovedFromInfo movedFromOpRootRelPath
public static final StructureFields.MovedFromInfo opDepth
public static StructureFields.MovedFromInfo[] values()
for (StructureFields.MovedFromInfo c : StructureFields.MovedFromInfo.values()) System.out.println(c);
public static StructureFields.MovedFromInfo valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.