public static enum SvnRepositoryAccess.LocationsInfo extends Enum<SvnRepositoryAccess.LocationsInfo>
Enum Constant and Description |
---|
endRevision |
endUrl |
startRevision |
startUrl |
Modifier and Type | Method and Description |
---|---|
static SvnRepositoryAccess.LocationsInfo |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.