Class AttributeDecl


  • public class AttributeDecl
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeDecl​(Name datatype, boolean optional)  
    • Constructor Detail

      • AttributeDecl

        public AttributeDecl​(Name datatype,
                             boolean optional)
    • Method Detail

      • getDatatype

        public Name getDatatype()
        Returns:
        null for anything
      • isOptional

        public boolean isOptional()