public static enum StructureFields.DeletionInfo extends Enum<StructureFields.DeletionInfo>
Enum Constant and Description |
---|
baseDelRelPath |
movedToOpRootRelPath |
movedToRelPath |
workDelAbsPath |
workDelRelPath |
Modifier and Type | Method and Description |
---|---|
static StructureFields.DeletionInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureFields.DeletionInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureFields.DeletionInfo baseDelRelPath
public static final StructureFields.DeletionInfo movedToRelPath
public static final StructureFields.DeletionInfo workDelRelPath
public static final StructureFields.DeletionInfo workDelAbsPath
public static final StructureFields.DeletionInfo movedToOpRootRelPath
public static StructureFields.DeletionInfo[] values()
for (StructureFields.DeletionInfo c : StructureFields.DeletionInfo.values()) System.out.println(c);
public static StructureFields.DeletionInfo 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 © 2019. All rights reserved.