public static enum ValueAnnotated._fields extends Enum<ValueAnnotated._fields>
Enum Constant and Description |
---|
deleted |
idresult |
newentry |
remarks |
textValue |
Modifier and Type | Method and Description |
---|---|
String |
toJSONField() |
static ValueAnnotated._fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueAnnotated._fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueAnnotated._fields textValue
public static final ValueAnnotated._fields idresult
public static final ValueAnnotated._fields deleted
public static final ValueAnnotated._fields newentry
public static final ValueAnnotated._fields remarks
public static ValueAnnotated._fields[] values()
for (ValueAnnotated._fields c : ValueAnnotated._fields.values()) System.out.println(c);
public static ValueAnnotated._fields 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 toJSONField()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.