net.sourceforge.jsxe.dom.completion
Class ElementDecl.AttributeDecl

java.lang.Object
  extended bynet.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
Enclosing class:
ElementDecl

public static class ElementDecl.AttributeDecl
extends Object


Field Summary
 String name
           
 boolean required
           
 String type
           
 String value
           
 ArrayList values
           
 
Constructor Summary
ElementDecl.AttributeDecl(String name, String value, ArrayList values, String type, boolean required)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

value

public String value

values

public ArrayList values

type

public String type

required

public boolean required
Constructor Detail

ElementDecl.AttributeDecl

public ElementDecl.AttributeDecl(String name,
                                 String value,
                                 ArrayList values,
                                 String type,
                                 boolean required)
Method Detail

toString

public String toString()