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

Variable Index

 o name
The name of the notation.
 o publicID
The public ID of the notation.
 o systemID
The system ID of the notation.

Constructor Index

 o Notation()
Construct a new Notation.

Variables

 o name
 public String name
The name of the notation.

 o publicID
 public String publicID
The public ID of the notation. Either this or systemID must be non-null.

 o systemID
 public String systemID
The system ID of the notation. Either this or publicID must be non-null.

Constructors

 o Notation
 public Notation()
Construct a new Notation.


All Packages  Class Hierarchy  This Package  Previous  Next  Index