Class EnumeratedValue.EnumeratedValueConverter

java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.CompositeConverter
org.asnlab.asndt.runtime.value.EnumeratedValue.EnumeratedValueConverter
Enclosing class:
EnumeratedValue

public static class EnumeratedValue.EnumeratedValueConverter extends CompositeConverter
  • Field Details

  • Method Details

    • createObject

      public Object createObject()
      Description copied from class: CompositeConverter
      Create an empty composite value object.
      Returns:
      The new composite value object
    • getComponentObject

      public Object getComponentObject(Object object, int index)
      Description copied from class: CompositeConverter
      Given the composite value object, and the component index, return the component value object.
      Parameters:
      object - The composite value object
      index - The component index
      Returns:
      The component value object
    • setComponentObject

      public void setComponentObject(Object object, int index, Object componentObject)
      Description copied from class: CompositeConverter
      Set the component value object of the composite value object
      Parameters:
      object - The composite value object
      index - The component index
      componentObject - The component value object