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.

Version:
1.01
Author:
Ronald Bourret, Technical University of Darmstadt

Variable Index

 o value
The value of the parameter entity.

Constructor Index

 o ParameterEntity()
Construct a ParameterEntity.
 o ParameterEntity(String)
Construct a ParameterEntity and set its name.

Variables

 o 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.

Constructors

 o ParameterEntity
 public ParameterEntity()
Construct a ParameterEntity.

 o ParameterEntity
 public ParameterEntity(String name)
Construct a ParameterEntity and set its name.


All Packages  Class Hierarchy  This Package  Previous  Next  Index