public static enum VersionService.VersionExtractableField extends Enum<VersionService.VersionExtractableField> implements OrderByRequests.ExtractableField<Version>
Enum Constant and Description |
---|
name |
releaseDate |
sequence |
startDate |
Modifier and Type | Method and Description |
---|---|
static VersionService.VersionExtractableField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionService.VersionExtractableField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getValue
public static final VersionService.VersionExtractableField sequence
public static final VersionService.VersionExtractableField name
public static final VersionService.VersionExtractableField startDate
public static final VersionService.VersionExtractableField releaseDate
public static VersionService.VersionExtractableField[] values()
for (VersionService.VersionExtractableField c : VersionService.VersionExtractableField.values()) System.out.println(c);
public static VersionService.VersionExtractableField 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 © 2002-2017 Atlassian. All Rights Reserved.