public enum Scalar extends Enum<Scalar> implements ScalarMarshallerProvider
| Enum Constant and Description |
|---|
ANY |
BOOLEAN |
BYTE |
BYTE_ARRAY |
BYTE_BUFFER |
CHARACTER |
DOUBLE |
FLOAT |
INTEGER |
LONG |
SHORT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
ScalarMarshaller<?> |
getMarshaller() |
static Scalar |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scalar[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcast, getJavaClass, getWireType, readFrom, writeTopublic static final Scalar ANY
public static final Scalar BOOLEAN
public static final Scalar BYTE
public static final Scalar SHORT
public static final Scalar INTEGER
public static final Scalar LONG
public static final Scalar FLOAT
public static final Scalar DOUBLE
public static final Scalar CHARACTER
public static final Scalar BYTE_BUFFER
public static final Scalar BYTE_ARRAY
public static final Scalar STRING
public static Scalar[] values()
for (Scalar c : Scalar.values()) System.out.println(c);
public static Scalar 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 ScalarMarshaller<?> getMarshaller()
getMarshaller in interface ScalarMarshallerProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.