All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.tudarmstadt.ito.schemas.dtd.Reference

java.lang.Object
   |
   +----de.tudarmstadt.ito.schemas.dtd.Particle
           |
           +----de.tudarmstadt.ito.schemas.dtd.Reference

public class Reference
extends Particle
Class representing a reference to an ElementType. Used in the members of a Group.

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

Variable Index

 o elementType
The referred-to element typo.

Constructor Index

 o Reference()
Construct a new Reference.
 o Reference(ElementType)
Construct a new Reference and set the element type.

Variables

 o elementType
 public ElementType elementType
The referred-to element typo.

Constructors

 o Reference
 public Reference()
Construct a new Reference.

 o Reference
 public Reference(ElementType elementType)
Construct a new Reference and set the element type.


All Packages  Class Hierarchy  This Package  Previous  Next  Index