public static enum Amf3Utils.Type extends Enum<Amf3Utils.Type>
| Enum Constant and Description |
|---|
ARRAY |
BYTEARRAY |
DATE |
DOUBLE |
FALSE |
INTEGER |
NULL |
OBJECT |
STRING |
TRUE |
UNDEFINED |
XML |
XMLDOC |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCode() |
boolean |
skip(org.kaazing.mina.core.buffer.IoBufferEx buf) |
static Amf3Utils.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Amf3Utils.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Amf3Utils.Type UNDEFINED
public static final Amf3Utils.Type NULL
public static final Amf3Utils.Type FALSE
public static final Amf3Utils.Type TRUE
public static final Amf3Utils.Type INTEGER
public static final Amf3Utils.Type DOUBLE
public static final Amf3Utils.Type STRING
public static final Amf3Utils.Type XMLDOC
public static final Amf3Utils.Type DATE
public static final Amf3Utils.Type ARRAY
public static final Amf3Utils.Type OBJECT
public static final Amf3Utils.Type XML
public static final Amf3Utils.Type BYTEARRAY
public static Amf3Utils.Type[] values()
for (Amf3Utils.Type c : Amf3Utils.Type.values()) System.out.println(c);
public static Amf3Utils.Type 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 byte getCode()
public boolean skip(org.kaazing.mina.core.buffer.IoBufferEx buf)
Copyright © 2014–2015. All rights reserved.