org.apache.xmlbeans
Class SchemaAttributeGroup.Ref

java.lang.Object
  extended by org.apache.xmlbeans.SchemaComponent.Ref
      extended by org.apache.xmlbeans.SchemaAttributeGroup.Ref
Enclosing interface:
SchemaAttributeGroup

public static final class SchemaAttributeGroup.Ref
extends SchemaComponent.Ref

Used to allow on-demand loading of attribute groups.


Field Summary
 
Fields inherited from class org.apache.xmlbeans.SchemaComponent.Ref
_handle
 
Constructor Summary
SchemaAttributeGroup.Ref(SchemaAttributeGroup attributeGroup)
           
SchemaAttributeGroup.Ref(SchemaTypeSystem system, String handle)
           
 
Method Summary
 SchemaAttributeGroup get()
           
 int getComponentType()
           
 
Methods inherited from class org.apache.xmlbeans.SchemaComponent.Ref
getComponent, getTypeSystem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaAttributeGroup.Ref

public SchemaAttributeGroup.Ref(SchemaAttributeGroup attributeGroup)

SchemaAttributeGroup.Ref

public SchemaAttributeGroup.Ref(SchemaTypeSystem system,
                                String handle)
Method Detail

getComponentType

public final int getComponentType()
Specified by:
getComponentType in class SchemaComponent.Ref

get

public final SchemaAttributeGroup get()