org.asnlab.asndt.runtime.conv
Class CompositeConverter.CompositeConverterConverter

java.lang.Object
  extended by org.asnlab.asndt.runtime.conv.AsnConverter
      extended by org.asnlab.asndt.runtime.conv.CompositeConverter
          extended by org.asnlab.asndt.runtime.conv.CompositeConverter.CompositeConverterConverter
Enclosing class:
CompositeConverter

protected abstract static class CompositeConverter.CompositeConverterConverter
extends CompositeConverter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.asnlab.asndt.runtime.conv.CompositeConverter
CompositeConverter.CompositeConverterConverter
 
Field Summary
 
Fields inherited from class org.asnlab.asndt.runtime.conv.CompositeConverter
componentConverters
 
Constructor Summary
protected CompositeConverter.CompositeConverterConverter(AsnConverter[] componentConverters)
           
 
Method Summary
 java.lang.Object getComponentObject(java.lang.Object object, int index)
          Given the composite value object, and the component index, return the component value object.
 void setComponentObject(java.lang.Object object, int index, java.lang.Object componentObject)
          Set the component value object of the composite value object
 
Methods inherited from class org.asnlab.asndt.runtime.conv.CompositeConverter
createObject, getComponentConverter, setComponentConverters
 
Methods inherited from class org.asnlab.asndt.runtime.conv.AsnConverter
convert, convert, convert, convert, createAsnConverterConverter, createAsnConverterType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeConverter.CompositeConverterConverter

protected CompositeConverter.CompositeConverterConverter(AsnConverter[] componentConverters)
Method Detail

getComponentObject

public java.lang.Object getComponentObject(java.lang.Object object,
                                           int index)
Description copied from class: CompositeConverter
Given the composite value object, and the component index, return the component value object.

Specified by:
getComponentObject in class CompositeConverter
Parameters:
object - The composite value object
index - The component index
Returns:
The component value object

setComponentObject

public void setComponentObject(java.lang.Object object,
                               int index,
                               java.lang.Object componentObject)
Description copied from class: CompositeConverter
Set the component value object of the composite value object

Specified by:
setComponentObject in class CompositeConverter
Parameters:
object - The composite value object
index - The component index
componentObject - The component value object


Copyright �2009-2012 ASN Lab