private static enum SVNInfoCommand.SVNInfoItemType extends java.lang.Enum<SVNInfoCommand.SVNInfoItemType>
Enum Constant and Description |
---|
KIND |
LAST_CHANGED_AUTHOR |
LAST_CHANGED_DATE |
LAST_CHANGED_REV |
RELATIVE_URL |
REPOS_UUID |
REPS_ROOT_URL |
REVISION |
URL |
WC_ROOT |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
static SVNInfoCommand.SVNInfoItemType |
forName(java.lang.String name) |
java.lang.String |
getName() |
static SVNInfoCommand.SVNInfoItemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVNInfoCommand.SVNInfoItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVNInfoCommand.SVNInfoItemType KIND
public static final SVNInfoCommand.SVNInfoItemType URL
public static final SVNInfoCommand.SVNInfoItemType RELATIVE_URL
public static final SVNInfoCommand.SVNInfoItemType REPS_ROOT_URL
public static final SVNInfoCommand.SVNInfoItemType REPOS_UUID
public static final SVNInfoCommand.SVNInfoItemType REVISION
public static final SVNInfoCommand.SVNInfoItemType LAST_CHANGED_REV
public static final SVNInfoCommand.SVNInfoItemType LAST_CHANGED_DATE
public static final SVNInfoCommand.SVNInfoItemType LAST_CHANGED_AUTHOR
public static final SVNInfoCommand.SVNInfoItemType WC_ROOT
public static SVNInfoCommand.SVNInfoItemType[] values()
for (SVNInfoCommand.SVNInfoItemType c : SVNInfoCommand.SVNInfoItemType.values()) System.out.println(c);
public static SVNInfoCommand.SVNInfoItemType 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 nullpublic static SVNInfoCommand.SVNInfoItemType forName(java.lang.String name)
public java.lang.String getName()