public enum Field extends Enum<Field>
Enum Constant and Description |
---|
created |
resolved |
unresolvedTrend |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentConstant() |
static Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Field created
public static final Field resolved
public static final Field unresolvedTrend
public static Field[] values()
for (Field c : Field.values()) System.out.println(c);
public static Field 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 nullpublic String getDocumentConstant()
Copyright © 2002-2022 Atlassian. All Rights Reserved.