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