|
|||||||||||
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
An abstract base class for DTDElement and DTDAttribute.
Constructor Summary | |
DTDObject(java.lang.String pName)
Constructor for DTDObject. |
Method Summary | |
int |
getMaxOccurs()
Returns the maxOccurs attribute. |
int |
getMinOccurs()
Returns the minOccurs attribute. |
java.lang.String |
getName()
Returns the objects name. |
abstract boolean |
isAttribute()
Returns whether this object is an Attribute. |
void |
setMaxOccurs(int pMaxOccurs)
Sets the maxOccurs attribute. |
void |
setMinOccurs(int pMinOccurs)
Sets the minOccurs attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DTDObject(java.lang.String pName)
Method Detail |
public java.lang.String getName()
Returns the objects name.
public void setMinOccurs(int pMinOccurs)
Sets the minOccurs attribute.
public int getMinOccurs()
Returns the minOccurs attribute.
public void setMaxOccurs(int pMaxOccurs)
Sets the maxOccurs attribute.
public int getMaxOccurs()
Returns the maxOccurs attribute.
public abstract boolean isAttribute()
Returns whether this object is an Attribute.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |