Annotation Type Parameter


@Retention(RUNTIME) @Target(FIELD) public @interface Parameter
Annotation for designating a particular class field as the parameter of an HLA interaction class.
Since:
1.5
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Coder<?>>
    A coder capable of handling data conversion for the type assigned to this parameter in the FOM.
    The parameter name of the interaction class as defined in the FOM.
  • Element Details

    • name

      String name
      The parameter name of the interaction class as defined in the FOM.
      Returns:
      Name of this attribute
    • coder

      Class<? extends Coder<?>> coder
      A coder capable of handling data conversion for the type assigned to this parameter in the FOM.
      Returns:
      A coder for this parameter's type