public static enum JqlQueryFieldEntityProperty.TypeEnum extends Enum<JqlQueryFieldEntityProperty.TypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static JqlQueryFieldEntityProperty.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static JqlQueryFieldEntityProperty.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JqlQueryFieldEntityProperty.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JqlQueryFieldEntityProperty.TypeEnum NUMBER
public static final JqlQueryFieldEntityProperty.TypeEnum STRING
public static final JqlQueryFieldEntityProperty.TypeEnum TEXT
public static final JqlQueryFieldEntityProperty.TypeEnum DATE
public static final JqlQueryFieldEntityProperty.TypeEnum USER
public static JqlQueryFieldEntityProperty.TypeEnum[] values()
for (JqlQueryFieldEntityProperty.TypeEnum c : JqlQueryFieldEntityProperty.TypeEnum.values()) System.out.println(c);
public static JqlQueryFieldEntityProperty.TypeEnum 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 getValue()
public String toString()
toString in class Enum<JqlQueryFieldEntityProperty.TypeEnum>public static JqlQueryFieldEntityProperty.TypeEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.