Class Types.ListType

    • Method Detail

      • ofOptional

        public static Types.ListType ofOptional​(int elementId,
                                                Type elementType)
      • ofRequired

        public static Types.ListType ofRequired​(int elementId,
                                                Type elementType)
      • elementType

        public Type elementType()
      • elementId

        public int elementId()
      • isElementRequired

        public boolean isElementRequired()
      • isElementOptional

        public boolean isElementOptional()
      • isListType

        public boolean isListType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object