public static enum RedmineManager.INCLUDE extends java.lang.Enum<RedmineManager.INCLUDE>
| Enum Constant and Description |
|---|
attachments |
changesets |
journals |
relations |
watchers |
| Modifier and Type | Method and Description |
|---|---|
static RedmineManager.INCLUDE |
valueOf(java.lang.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(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 null