org.granite.messaging.amf.types
Class AMFVectorObjectValue

java.lang.Object
  extended by org.granite.messaging.amf.types.AMFSpecialValue<Object>
      extended by org.granite.messaging.amf.types.AMFAbstractVectorValue
          extended by org.granite.messaging.amf.types.AMFVectorObjectValue
All Implemented Interfaces:
AMF3Constants

public class AMFVectorObjectValue
extends AMFAbstractVectorValue

Author:
Franck WOLFF

Field Summary
 String type
           
 
Fields inherited from class org.granite.messaging.amf.types.AMFAbstractVectorValue
fixed
 
Fields inherited from class org.granite.messaging.amf.types.AMFSpecialValue
value
 
Fields inherited from interface org.granite.messaging.amf.AMF3Constants
AMF3_ARRAY, AMF3_BOOLEAN_FALSE, AMF3_BOOLEAN_TRUE, AMF3_BYTEARRAY, AMF3_DATE, AMF3_DICTIONARY, AMF3_INTEGER, AMF3_INTEGER_MAX, AMF3_INTEGER_MIN, AMF3_NULL, AMF3_NUMBER, AMF3_OBJECT, AMF3_STRING, AMF3_UNDEFINED, AMF3_VECTOR_INT, AMF3_VECTOR_NUMBER, AMF3_VECTOR_OBJECT, AMF3_VECTOR_UINT, AMF3_XML, AMF3_XMLSTRING
 
Constructor Summary
AMFVectorObjectValue(Object value, String type)
           
AMFVectorObjectValue(Object value, String type, boolean fixed)
           
 
Method Summary
 
Methods inherited from class org.granite.messaging.amf.types.AMFSpecialValue
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final String type
Constructor Detail

AMFVectorObjectValue

public AMFVectorObjectValue(Object value,
                            String type)

AMFVectorObjectValue

public AMFVectorObjectValue(Object value,
                            String type,
                            boolean fixed)