|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.cog.CogSchema
com.partnersoft.cog.CogBootstrapSchema
public class CogBootstrapSchema
A standard base schema for Cog structures.
This schema provides basic Java primitives (String, Integer, etc.), standard Partner types (Date, Time, Color), and the actual schema types (e.g. CogStructureField). Like most bootstrap data or code, this schema provides enough marbles to load basic typed Cogs and to load CogSchema data from XML.
It is implemented as a Singleton since you only need one. Use the static singleton() method to access it.
This schema is a good parent schema for other schemas to inherit from.
Copyright 2009 Partner Software, Inc.
| Method Summary | |
|---|---|
static CogBootstrapSchema |
singleton()
Return the standard singleton instance of CogBootstrapSchema. |
| Methods inherited from class com.partnersoft.cog.CogSchema |
|---|
addInheritedSchema, addStubStructure, addType, createNode, getInheritedSchemas, getTypes, listInheritedSchemas, setTypes, typeNamed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CogBootstrapSchema singleton()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||