org.granite.messaging.amf.types
Class AMFAbstractVectorValue

java.lang.Object
  extended by org.granite.messaging.amf.types.AMFSpecialValue<Object>
      extended by org.granite.messaging.amf.types.AMFAbstractVectorValue
All Implemented Interfaces:
AMF3Constants
Direct Known Subclasses:
AMFVectorIntValue, AMFVectorNumberValue, AMFVectorObjectValue, AMFVectorUintValue

public abstract class AMFAbstractVectorValue
extends AMFSpecialValue<Object>

Author:
Franck WOLFF

Field Summary
 boolean fixed
           
 
Fields inherited from class org.granite.messaging.amf.types.AMFSpecialValue
type, 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
protected AMFAbstractVectorValue(byte type, Object value, 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

fixed

public final boolean fixed
Constructor Detail

AMFAbstractVectorValue

protected AMFAbstractVectorValue(byte type,
                                 Object value,
                                 boolean fixed)