public static enum StructureFields.DeletionInfo extends java.lang.Enum<StructureFields.DeletionInfo>
Enum Constant and Description |
---|
baseDelRelPath |
movedToOpRootRelPath |
movedToRelPath |
workDelAbsPath |
workDelRelPath |
Modifier and Type | Method and Description |
---|---|
static StructureFields.DeletionInfo |
valueOf(java.lang.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(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.