Enum ISVNWCDb.WCDbInfo.InfoField
- java.lang.Object
-
- java.lang.Enum<ISVNWCDb.WCDbInfo.InfoField>
-
- org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.WCDbInfo.InfoField
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ISVNWCDb.WCDbInfo.InfoField>
- Enclosing class:
- ISVNWCDb.WCDbInfo
public static enum ISVNWCDb.WCDbInfo.InfoField extends java.lang.Enum<ISVNWCDb.WCDbInfo.InfoField>
-
-
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
InfoField()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ISVNWCDb.WCDbInfo.InfoField
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ISVNWCDb.WCDbInfo.InfoField[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
status
public static final ISVNWCDb.WCDbInfo.InfoField status
-
kind
public static final ISVNWCDb.WCDbInfo.InfoField kind
-
revision
public static final ISVNWCDb.WCDbInfo.InfoField revision
-
reposRelPath
public static final ISVNWCDb.WCDbInfo.InfoField reposRelPath
-
reposId
public static final ISVNWCDb.WCDbInfo.InfoField reposId
-
reposRootUrl
public static final ISVNWCDb.WCDbInfo.InfoField reposRootUrl
-
reposUuid
public static final ISVNWCDb.WCDbInfo.InfoField reposUuid
-
changedRev
public static final ISVNWCDb.WCDbInfo.InfoField changedRev
-
changedDate
public static final ISVNWCDb.WCDbInfo.InfoField changedDate
-
changedAuthor
public static final ISVNWCDb.WCDbInfo.InfoField changedAuthor
-
lastModTime
public static final ISVNWCDb.WCDbInfo.InfoField lastModTime
-
depth
public static final ISVNWCDb.WCDbInfo.InfoField depth
-
checksum
public static final ISVNWCDb.WCDbInfo.InfoField checksum
-
translatedSize
public static final ISVNWCDb.WCDbInfo.InfoField translatedSize
-
target
public static final ISVNWCDb.WCDbInfo.InfoField target
-
changelist
public static final ISVNWCDb.WCDbInfo.InfoField changelist
-
originalReposRelpath
public static final ISVNWCDb.WCDbInfo.InfoField originalReposRelpath
-
originalRootUrl
public static final ISVNWCDb.WCDbInfo.InfoField originalRootUrl
-
originalUuid
public static final ISVNWCDb.WCDbInfo.InfoField originalUuid
-
originalRevision
public static final ISVNWCDb.WCDbInfo.InfoField originalRevision
-
textMod
public static final ISVNWCDb.WCDbInfo.InfoField textMod
-
propsMod
public static final ISVNWCDb.WCDbInfo.InfoField propsMod
-
conflicted
public static final ISVNWCDb.WCDbInfo.InfoField conflicted
-
lock
public static final ISVNWCDb.WCDbInfo.InfoField lock
-
haveBase
public static final ISVNWCDb.WCDbInfo.InfoField haveBase
-
haveWork
public static final ISVNWCDb.WCDbInfo.InfoField haveWork
-
opRoot
public static final ISVNWCDb.WCDbInfo.InfoField opRoot
-
originalReposId
public static final ISVNWCDb.WCDbInfo.InfoField originalReposId
-
hadProps
public static final ISVNWCDb.WCDbInfo.InfoField hadProps
-
haveMoreWork
public static final ISVNWCDb.WCDbInfo.InfoField haveMoreWork
-
movedHere
public static final ISVNWCDb.WCDbInfo.InfoField movedHere
-
movedTo
public static final ISVNWCDb.WCDbInfo.InfoField movedTo
-
-
Method Detail
-
values
public static ISVNWCDb.WCDbInfo.InfoField[] 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 (ISVNWCDb.WCDbInfo.InfoField c : ISVNWCDb.WCDbInfo.InfoField.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ISVNWCDb.WCDbInfo.InfoField 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
-
-