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.
-
elementType
- The referred-to element typo.
-
Reference()
- Construct a new Reference.
-
Reference(ElementType)
- Construct a new Reference and set the element type.
elementType
public ElementType elementType
- The referred-to element typo.
Reference
public Reference()
- Construct a new Reference.
Reference
public Reference(ElementType elementType)
- Construct a new Reference and set the element type.
All Packages Class Hierarchy This Package Previous Next Index