public static enum RedmineManager.INCLUDE extends Enum<RedmineManager.INCLUDE>
Enum Constant and Description |
---|
attachments |
changesets |
journals |
relations |
watchers |
Modifier and Type | Method and Description |
---|---|
static RedmineManager.INCLUDE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedmineManager.INCLUDE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedmineManager.INCLUDE journals
public static final RedmineManager.INCLUDE relations
public static final RedmineManager.INCLUDE attachments
public static final RedmineManager.INCLUDE changesets
public static final RedmineManager.INCLUDE watchers
public static RedmineManager.INCLUDE[] values()
for (RedmineManager.INCLUDE c : RedmineManager.INCLUDE.values()) System.out.println(c);
public static RedmineManager.INCLUDE 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 © 2013. All Rights Reserved.