|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.generator.dtd.DTDObject de.ispsoft.jaxme.generator.dtd.DTDAttribute
Stores one attribute declaration from the DTD.
Constructor Summary | |
DTDAttribute(java.lang.String pElementName,
java.lang.String pName,
java.lang.String pType,
java.lang.String pValueDefault,
java.lang.String pValue)
Constructor for DTDAttribute. |
Method Summary | |
java.lang.String |
getElementName()
Returns the element name. |
java.lang.String |
getType()
Returns the attribute type. |
java.lang.String |
getValue()
Returns the attributes default value. |
java.lang.String |
getValueDefault()
Returns the attributes default definition. |
boolean |
isAttribute()
Returns whether this object is an Attribute. |
Methods inherited from class de.ispsoft.jaxme.generator.dtd.DTDObject |
getMaxOccurs, getMinOccurs, getName, setMaxOccurs, setMinOccurs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DTDAttribute(java.lang.String pElementName, java.lang.String pName, java.lang.String pType, java.lang.String pValueDefault, java.lang.String pValue)
Method Detail |
public java.lang.String getElementName()
Returns the element name.
public java.lang.String getType()
Returns the attribute type.
public java.lang.String getValueDefault()
Returns the attributes default definition.
public java.lang.String getValue()
Returns the attributes default value.
public final boolean isAttribute()
DTDObject
Returns whether this object is an Attribute.
isAttribute
in class DTDObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |