VdexReload 1.1.3 API

uk.ac.reload.moonunit.schema
Class ReloadSchemaModelGroup

java.lang.Object
  extended byuk.ac.reload.moonunit.schema.ReloadSchemaModelGroup

public class ReloadSchemaModelGroup
extends java.lang.Object

A node that represents a ModelGroup in the Schema.


Field Summary
protected  org.exolab.castor.xml.schema.ModelGroup _modelGroup
          The wrapped Castor ModelGroup that we will interrogate
 
Constructor Summary
ReloadSchemaModelGroup(org.exolab.castor.xml.schema.ModelGroup modelGroup)
          Constructor
 
Method Summary
 java.lang.String getName()
          Get the name of the ModelGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_modelGroup

protected org.exolab.castor.xml.schema.ModelGroup _modelGroup
The wrapped Castor ModelGroup that we will interrogate

Constructor Detail

ReloadSchemaModelGroup

public ReloadSchemaModelGroup(org.exolab.castor.xml.schema.ModelGroup modelGroup)
Constructor

Parameters:
modelGroup - the XML schema ModelGroup
Method Detail

getName

public java.lang.String getName()
Get the name of the ModelGroup

Returns:
the name of the ModelGroup

VdexReload 1.1.3 API