All Packages Class Hierarchy This Package Previous Next Index
Class de.tudarmstadt.ito.schemas.dtd.ParameterEntity
java.lang.Object
|
+----de.tudarmstadt.ito.schemas.dtd.Entity
|
+----de.tudarmstadt.ito.schemas.dtd.ParameterEntity
- public class ParameterEntity
- extends Entity
Class representing a parameter entity.
-
value
- The value of the parameter entity.
-
ParameterEntity()
- Construct a ParameterEntity.
-
ParameterEntity(String)
- Construct a ParameterEntity and set its name.
value
public String value
- The value of the parameter entity. This also serves as a flag
that the entity is an internal entity. It must be null if the
systemID or publicID variables inherited from Entity are non-null.
ParameterEntity
public ParameterEntity()
- Construct a ParameterEntity.
ParameterEntity
public ParameterEntity(String name)
- Construct a ParameterEntity and set its name.
All Packages Class Hierarchy This Package Previous Next Index