All Packages Class Hierarchy This Package Previous Next Index
Class de.tudarmstadt.ito.schemas.dtd.Notation
java.lang.Object
|
+----de.tudarmstadt.ito.schemas.dtd.Notation
- public class Notation
- extends Object
Class representing a notation.
- Version:
- 1.01
- Author:
- Ronald Bourret, Technical University of Darmstadt
-
name
- The name of the notation.
-
publicID
- The public ID of the notation.
-
systemID
- The system ID of the notation.
-
Notation()
- Construct a new Notation.
name
public String name
- The name of the notation.
publicID
public String publicID
- The public ID of the notation. Either this or systemID must be
non-null.
systemID
public String systemID
- The system ID of the notation. Either this or publicID must be
non-null.
Notation
public Notation()
- Construct a new Notation.
All Packages Class Hierarchy This Package Previous Next Index