Package org.apache.xmlbeans
Class SchemaModelGroup.Ref
- java.lang.Object
-
- org.apache.xmlbeans.SchemaComponent.Ref
-
- org.apache.xmlbeans.SchemaModelGroup.Ref
-
- Enclosing interface:
- SchemaModelGroup
public static final class SchemaModelGroup.Ref extends SchemaComponent.Ref
Used to allow on-demand loading of model groups.
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.SchemaComponent.Ref
_handle
-
-
Constructor Summary
Constructors Constructor Description Ref(SchemaModelGroup modelGroup)
Ref(SchemaTypeSystem system, java.lang.String handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaModelGroup
get()
int
getComponentType()
-
Methods inherited from class org.apache.xmlbeans.SchemaComponent.Ref
getComponent, getTypeSystem
-
-
-
-
Constructor Detail
-
Ref
public Ref(SchemaModelGroup modelGroup)
-
Ref
public Ref(SchemaTypeSystem system, java.lang.String handle)
-
-
Method Detail
-
getComponentType
public final int getComponentType()
- Specified by:
getComponentType
in classSchemaComponent.Ref
-
get
public final SchemaModelGroup get()
-
-