convert.xml.infer
Class AttributeDecl

java.lang.Object
  extended by convert.xml.infer.AttributeDecl

public class AttributeDecl
extends java.lang.Object


Constructor Summary
AttributeDecl(Name datatype, boolean optional)
           
 
Method Summary
 Name getDatatype()
           
 boolean isOptional()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDecl

public AttributeDecl(Name datatype,
                     boolean optional)
Method Detail

getDatatype

public Name getDatatype()
Returns:
null for anything

isOptional

public boolean isOptional()