Class ParserAnnotation.ArrayElemValue

  • All Implemented Interfaces:
    Data
    Enclosing class:
    ParserAnnotation

    static class ParserAnnotation.ArrayElemValue
    extends java.lang.Object
    implements Data
    ArrayElemValue Annotation Element value referring to an Array
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int arrayLength  
      (package private) java.util.ArrayList<Data> elemValues  
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayElemValue()  
    • Field Detail

      • elemValues

        java.util.ArrayList<Data> elemValues
      • arrayLength

        int arrayLength
    • Constructor Detail

      • ArrayElemValue

        ArrayElemValue()
    • Method Detail

      • add

        void add​(Data elemValue)
      • getLength

        public int getLength()
        Specified by:
        getLength in interface Data