com.sun.msv.util
Class DatatypeRef

java.lang.Object
  extended by com.sun.msv.util.DatatypeRef

public class DatatypeRef
extends Object

reference to Datatype

Author:
Kohsuke KAWAGUCHI

Field Summary
 Datatype[] types
          if the size of the array is zero, then that means this token is ignored.
 
Constructor Summary
DatatypeRef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

types

public Datatype[] types
if the size of the array is zero, then that means this token is ignored.

Constructor Detail

DatatypeRef

public DatatypeRef()