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
-
Constructor Summary
Constructors Constructor Description Ref(SchemaModelGroup modelGroup)
Ref(SchemaTypeSystem system, String handle)
-
Method Summary
Modifier and Type Method Description SchemaModelGroup
get()
int
getComponentType()
-
Constructor Details
-
Method Details
-
getComponentType
public final int getComponentType()- Specified by:
getComponentType
in classSchemaComponent.Ref
-
get
-