com.sun.msv.grammar.xmlschema
Class XMLSchemaSchema.SimpleTypeContainer

java.lang.Object
  extended by com.sun.msv.grammar.ReferenceContainer
      extended by com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
All Implemented Interfaces:
Serializable
Enclosing class:
XMLSchemaSchema

public final class XMLSchemaSchema.SimpleTypeContainer
extends ReferenceContainer

See Also:
Serialized Form

Constructor Summary
XMLSchemaSchema.SimpleTypeContainer()
           
 
Method Summary
 SimpleTypeExp get(String name)
           
 SimpleTypeExp getOrCreate(String name)
           
 
Methods inherited from class com.sun.msv.grammar.ReferenceContainer
_get, _getOrCreate, getAll, iterator, redefine, remove, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaSchema.SimpleTypeContainer

public XMLSchemaSchema.SimpleTypeContainer()
Method Detail

getOrCreate

public SimpleTypeExp getOrCreate(String name)

get

public SimpleTypeExp get(String name)