org.asnlab.asndt.runtime.conv
Class OpenValueConverter.OpenValueConverterConverter
java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.CompositeConverter
org.asnlab.asndt.runtime.conv.OpenValueConverter.OpenValueConverterConverter
- Enclosing class:
- OpenValueConverter
protected static class OpenValueConverter.OpenValueConverterConverter
- extends CompositeConverter
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actualConvertersIndex
public static final int actualConvertersIndex
- See Also:
- Constant Field Values
OpenValueConverter.OpenValueConverterConverter
protected OpenValueConverter.OpenValueConverterConverter(AsnConverter[] componentConverters)
createObject
public java.lang.Object createObject()
- Description copied from class:
CompositeConverter
- Create the empty composite value object.
- Specified by:
createObject
in class CompositeConverter
- Returns:
- The new composite value object
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 objectindex
- 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 objectindex
- The component indexcomponentObject
- The component value object
Copyright �2009-2012 ASN Lab