public static enum ReplicationStats.Index extends Enum<ReplicationStats.Index>
Enum Constant and Description |
---|
COMMENT |
ISSUE |
SHAREDENTITY |
WORKLOG |
Modifier and Type | Method and Description |
---|---|
static ReplicationStats.Index |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationStats.Index[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationStats.Index ISSUE
public static final ReplicationStats.Index COMMENT
public static final ReplicationStats.Index WORKLOG
public static final ReplicationStats.Index SHAREDENTITY
public static ReplicationStats.Index[] values()
for (ReplicationStats.Index c : ReplicationStats.Index.values()) System.out.println(c);
public static ReplicationStats.Index 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-2021 Atlassian. All Rights Reserved.