com.sun.xml.xsom.impl.parser
Class SubstGroupBaseTypeRef

java.lang.Object
  extended by com.sun.xml.xsom.impl.parser.SubstGroupBaseTypeRef
All Implemented Interfaces:
Ref.Type

public class SubstGroupBaseTypeRef
extends Object
implements Ref.Type

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Constructor Summary
SubstGroupBaseTypeRef(Ref.Element _e)
           
 
Method Summary
 XSType getType()
          Obtains a reference as a type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstGroupBaseTypeRef

public SubstGroupBaseTypeRef(Ref.Element _e)
Method Detail

getType

public XSType getType()
Description copied from interface: Ref.Type
Obtains a reference as a type.

Specified by:
getType in interface Ref.Type


Copyright © 2012 Oracle. All Rights Reserved.