|
ST-Developer Java Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.SchemaBase
public abstract class SchemaBase
Represents an EXPRESS schema.
This class must be extended by an EXPRESS class to provide a comcrete implementation of the schema. Within the namespace for the schema, the extention class is named Schema.
| Constructor Summary | |
|---|---|
protected |
SchemaBase()
|
| Method Summary | |
|---|---|
StaticEntityDomain |
findEntityDomain(String name)
Gets the EntityDomain within the schema. |
static SchemaBase |
forName(String name)
Gets the schema with the specified name |
String |
getName()
Gets the name of the schema |
protected abstract PopulationBase |
newPopulation(Model mod,
Object id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SchemaBase()
| Method Detail |
|---|
public static SchemaBase forName(String name)
throws SchemaNotFoundException,
SchemaStructureException
name - The name to search for.
SchemaNotFoundException - the requested schema could not be
located.
SchemaStructureException - The schema classes are incompatible
with this class library.
protected abstract PopulationBase newPopulation(Model mod,
Object id)
public String getName()
public StaticEntityDomain findEntityDomain(String name)
throws DomainNotFoundException,
SchemaStructureException
name - The name of the entity to find.
DomainNotFoundException - The requested domain could not be found
SchemaStructureException - Malformed schema classes.
|
ST-Developer Java Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||