Class AttributeDecl

java.lang.Object
com.thaiopensource.xml.infer.AttributeDecl

public class AttributeDecl extends Object
  • Constructor Details

    • AttributeDecl

      public AttributeDecl(Name datatype, boolean optional)
  • Method Details

    • getDatatype

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

      public boolean isOptional()