|
|||||||||
| 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.CompositeConverter.CompositeConverterConverter
protected abstract static class CompositeConverter.CompositeConverterConverter
| 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 |
|---|
protected CompositeConverter.CompositeConverterConverter(AsnConverter[] componentConverters)
| Method Detail |
|---|
public java.lang.Object getComponentObject(java.lang.Object object,
int index)
CompositeConverter
getComponentObject in class CompositeConverterobject - The composite value objectindex - The component index
public void setComponentObject(java.lang.Object object,
int index,
java.lang.Object componentObject)
CompositeConverter
setComponentObject in class CompositeConverterobject - 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 | ||||||||