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