org.apache.xmlbeans
public static final class: SchemaModelGroup.Ref [javadoc |
source]
java.lang.Object
org.apache.xmlbeans.SchemaComponent.Ref
org.apache.xmlbeans.SchemaModelGroup$Ref
Used to allow on-demand loading of model groups.
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.xmlbeans.SchemaModelGroup$Ref Detail: |
public final SchemaModelGroup get() {
return (SchemaModelGroup)getComponent();
}
|
public final int getComponentType() {
return SchemaComponent.MODEL_GROUP;
}
|