|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.CompositeConverter
org.asnlab.asndt.runtime.conv.ListConverter.ListConverterConverter
protected static class ListConverter.ListConverterConverter
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 |
ListConverter.ListConverterConverter(AsnConverter[] componentConverters)
|
Method Summary | |
---|---|
java.lang.Object |
createObject()
Create the empty composite value object. |
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 |
---|
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 |
---|
protected ListConverter.ListConverterConverter(AsnConverter[] componentConverters)
Method Detail |
---|
public java.lang.Object createObject()
CompositeConverter
createObject
in class CompositeConverter
public java.lang.Object getComponentObject(java.lang.Object object, int index)
CompositeConverter
getComponentObject
in class CompositeConverter
object
- The composite value objectindex
- The component index
public void setComponentObject(java.lang.Object object, int index, java.lang.Object componentObject)
CompositeConverter
setComponentObject
in class CompositeConverter
object
- The composite value objectindex
- The component indexcomponentObject
- The component value object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |