Enum StructureFields.ExternalNodeInfo
- java.lang.Object
-
- java.lang.Enum<StructureFields.ExternalNodeInfo>
-
- org.tmatesoft.svn.core.internal.wc17.db.StructureFields.ExternalNodeInfo
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<StructureFields.ExternalNodeInfo>
- Enclosing class:
- StructureFields
public static enum StructureFields.ExternalNodeInfo extends java.lang.Enum<StructureFields.ExternalNodeInfo>
-
-
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
ExternalNodeInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StructureFields.ExternalNodeInfo
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StructureFields.ExternalNodeInfo[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
kind
public static final StructureFields.ExternalNodeInfo kind
-
presence
public static final StructureFields.ExternalNodeInfo presence
-
reposId
public static final StructureFields.ExternalNodeInfo reposId
-
reposRelPath
public static final StructureFields.ExternalNodeInfo reposRelPath
-
revision
public static final StructureFields.ExternalNodeInfo revision
-
reposRootUrl
public static final StructureFields.ExternalNodeInfo reposRootUrl
-
reposUuid
public static final StructureFields.ExternalNodeInfo reposUuid
-
properties
public static final StructureFields.ExternalNodeInfo properties
-
changedRevision
public static final StructureFields.ExternalNodeInfo changedRevision
-
changedDate
public static final StructureFields.ExternalNodeInfo changedDate
-
changedAuthor
public static final StructureFields.ExternalNodeInfo changedAuthor
-
davCache
public static final StructureFields.ExternalNodeInfo davCache
-
checksum
public static final StructureFields.ExternalNodeInfo checksum
-
target
public static final StructureFields.ExternalNodeInfo target
-
recordAncestorRelPath
public static final StructureFields.ExternalNodeInfo recordAncestorRelPath
-
recordedReposRelPath
public static final StructureFields.ExternalNodeInfo recordedReposRelPath
-
recordedPegRevision
public static final StructureFields.ExternalNodeInfo recordedPegRevision
-
recordedRevision
public static final StructureFields.ExternalNodeInfo recordedRevision
-
conflict
public static final StructureFields.ExternalNodeInfo conflict
-
updateActualProperties
public static final StructureFields.ExternalNodeInfo updateActualProperties
-
newActualProperties
public static final StructureFields.ExternalNodeInfo newActualProperties
-
keepRecordedInfo
public static final StructureFields.ExternalNodeInfo keepRecordedInfo
-
workItems
public static final StructureFields.ExternalNodeInfo workItems
-
iprops
public static final StructureFields.ExternalNodeInfo iprops
-
definingAbsPath
public static final StructureFields.ExternalNodeInfo definingAbsPath
-
-
Method Detail
-
values
public static StructureFields.ExternalNodeInfo[] 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.ExternalNodeInfo c : StructureFields.ExternalNodeInfo.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.ExternalNodeInfo 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
-
-