public static enum StructureFields.MovedFromInfo extends Enum<StructureFields.MovedFromInfo>
Enum Constant and Description |
---|
movedFromOpRootRelPath |
movedFromRelPath |
opDepth |
Modifier and Type | Method and Description |
---|---|
static StructureFields.MovedFromInfo |
valueOf(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(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 © 2023. All rights reserved.