|
|||||||||
| 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.
| Method Summary | |
|---|---|
EntityDomain |
findEntityDomain(java.lang.String name)
Gets the EntityDomain within the schema. |
static SchemaBase |
forName(java.lang.String name)
Gets the schema with the specified name |
java.lang.String |
getName()
Gets the name of the schema |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SchemaBase forName(java.lang.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.public java.lang.String getName()
public EntityDomain findEntityDomain(java.lang.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||