Package org.dom4j.dtd
Class InternalEntityDecl
- java.lang.Object
-
- org.dom4j.dtd.InternalEntityDecl
-
-
Constructor Summary
Constructors Constructor Description InternalEntityDecl()InternalEntityDecl(java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Getter for property name.java.lang.StringgetValue()Getter for property value.voidsetName(java.lang.String name)Setter for property name.voidsetValue(java.lang.String value)Setter for property value.java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Getter for property name.- Returns:
- Value of property name.
-
setName
public void setName(java.lang.String name)
Setter for property name.- Parameters:
name- New value of property name.
-
getValue
public java.lang.String getValue()
Getter for property value.- Returns:
- Value of property value.
-
setValue
public void setValue(java.lang.String value)
Setter for property value.- Parameters:
value- New value of property value.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-