Annotation Type FixedText


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface FixedText
    text data in FixedDataFormat
    Since:
    1.4
    Author:
    PARK Yong Seo
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      FixedTextAlign align
      align
      java.lang.String charset
      charset
      support only String
      byte fill
      base fill
      int length
      byte length
      int offset
      offset
      int radix
      radix of the number type
      support : byte, short, int, long
      boolean unsigned
      is unsigned of the number type
      support : byte, short, int, long
    • Element Detail

      • offset

        int offset
        offset
        Returns:
        Default:
        -1
      • length

        int length
        byte length
        Returns:
        Default:
        -1
      • fill

        byte fill
        base fill
        Returns:
        Default:
        (byte)0x20
      • unsigned

        boolean unsigned
        is unsigned of the number type
        support : byte, short, int, long
        Returns:
        Default:
        false
      • radix

        int radix
        radix of the number type
        support : byte, short, int, long
        Default:
        10
      • charset

        java.lang.String charset
        charset
        support only String
        Returns:
        Default:
        ""