public enum AnyField extends Enum<AnyField> implements Field<Object>
AnyMarshaller.| Enum Constant and Description |
|---|
ANY |
ANY_ARRAY |
BOOLEAN |
BOOLEAN_ARRAY |
BYTE |
BYTE_ARRAY |
CHAR_ARRAY |
CHARACTER |
DOUBLE |
DOUBLE_ARRAY |
FIELD_ARRAY |
FLOAT |
FLOAT_ARRAY |
IDENTIFIED_ARRAY |
IDENTIFIED_ENUM |
IDENTIFIED_OBJECT |
INTEGER |
INTEGER_ARRAY |
LONG |
LONG_ARRAY |
NAMED_ARRAY |
NAMED_ENUM |
NAMED_OBJECT |
PROXY |
REFERENCE |
SHORT |
SHORT_ARRAY |
STRING |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index of this field.
|
FieldMarshaller<Object> |
getMarshaller()
Returns the marshaller for this field.
|
static AnyField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnyField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnyField ANY
public static final AnyField REFERENCE
public static final AnyField BOOLEAN
public static final AnyField BYTE
public static final AnyField SHORT
public static final AnyField INTEGER
public static final AnyField LONG
public static final AnyField FLOAT
public static final AnyField DOUBLE
public static final AnyField CHARACTER
public static final AnyField STRING
public static final AnyField IDENTIFIED_OBJECT
public static final AnyField IDENTIFIED_ENUM
public static final AnyField IDENTIFIED_ARRAY
public static final AnyField FIELD_ARRAY
public static final AnyField NAMED_OBJECT
public static final AnyField NAMED_ENUM
public static final AnyField NAMED_ARRAY
public static final AnyField BOOLEAN_ARRAY
public static final AnyField BYTE_ARRAY
public static final AnyField SHORT_ARRAY
public static final AnyField INTEGER_ARRAY
public static final AnyField LONG_ARRAY
public static final AnyField FLOAT_ARRAY
public static final AnyField DOUBLE_ARRAY
public static final AnyField CHAR_ARRAY
public static final AnyField ANY_ARRAY
public static final AnyField PROXY
public static AnyField[] values()
for (AnyField c : AnyField.values()) System.out.println(c);
public static AnyField 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 int getIndex()
Fieldpublic FieldMarshaller<Object> getMarshaller()
FieldgetMarshaller in interface Field<Object>Copyright © 2021 JBoss by Red Hat. All rights reserved.