public static enum StructureFields.NodeOriginInfo extends java.lang.Enum<StructureFields.NodeOriginInfo>
Enum Constant and Description |
---|
copyRootAbsPath |
isCopy |
reposRelpath |
reposRootUrl |
reposUuid |
revision |
Modifier and Type | Method and Description |
---|---|
static StructureFields.NodeOriginInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StructureFields.NodeOriginInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureFields.NodeOriginInfo isCopy
public static final StructureFields.NodeOriginInfo revision
public static final StructureFields.NodeOriginInfo reposRelpath
public static final StructureFields.NodeOriginInfo reposRootUrl
public static final StructureFields.NodeOriginInfo reposUuid
public static final StructureFields.NodeOriginInfo copyRootAbsPath
public static StructureFields.NodeOriginInfo[] values()
for (StructureFields.NodeOriginInfo c : StructureFields.NodeOriginInfo.values()) System.out.println(c);
public static StructureFields.NodeOriginInfo 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.