Enum StructureFields.NodeInfo
- java.lang.Object
-
- java.lang.Enum<StructureFields.NodeInfo>
-
- org.tmatesoft.svn.core.internal.wc17.db.StructureFields.NodeInfo
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<StructureFields.NodeInfo>
- Enclosing class:
- StructureFields
public static enum StructureFields.NodeInfo extends java.lang.Enum<StructureFields.NodeInfo>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StructureFields.NodeInfo
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StructureFields.NodeInfo[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
status
public static final StructureFields.NodeInfo status
-
kind
public static final StructureFields.NodeInfo kind
-
revision
public static final StructureFields.NodeInfo revision
-
reposRelPath
public static final StructureFields.NodeInfo reposRelPath
-
reposId
public static final StructureFields.NodeInfo reposId
-
reposRootUrl
public static final StructureFields.NodeInfo reposRootUrl
-
reposUuid
public static final StructureFields.NodeInfo reposUuid
-
changedRev
public static final StructureFields.NodeInfo changedRev
-
changedDate
public static final StructureFields.NodeInfo changedDate
-
changedAuthor
public static final StructureFields.NodeInfo changedAuthor
-
recordedTime
public static final StructureFields.NodeInfo recordedTime
-
depth
public static final StructureFields.NodeInfo depth
-
checksum
public static final StructureFields.NodeInfo checksum
-
recordedSize
public static final StructureFields.NodeInfo recordedSize
-
target
public static final StructureFields.NodeInfo target
-
changelist
public static final StructureFields.NodeInfo changelist
-
originalReposId
public static final StructureFields.NodeInfo originalReposId
-
originalReposRelpath
public static final StructureFields.NodeInfo originalReposRelpath
-
originalRootUrl
public static final StructureFields.NodeInfo originalRootUrl
-
originalUuid
public static final StructureFields.NodeInfo originalUuid
-
originalRevision
public static final StructureFields.NodeInfo originalRevision
-
textMod
public static final StructureFields.NodeInfo textMod
-
propsMod
public static final StructureFields.NodeInfo propsMod
-
conflicted
public static final StructureFields.NodeInfo conflicted
-
lock
public static final StructureFields.NodeInfo lock
-
haveBase
public static final StructureFields.NodeInfo haveBase
-
haveWork
public static final StructureFields.NodeInfo haveWork
-
opRoot
public static final StructureFields.NodeInfo opRoot
-
hadProps
public static final StructureFields.NodeInfo hadProps
-
haveMoreWork
public static final StructureFields.NodeInfo haveMoreWork
-
updateRoot
public static final StructureFields.NodeInfo updateRoot
-
-
Method Detail
-
values
public static StructureFields.NodeInfo[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StructureFields.NodeInfo c : StructureFields.NodeInfo.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StructureFields.NodeInfo valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-