|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.registry.RegistryInfo
public abstract class RegistryInfo
This class allows to adapt between various type of registries.
Constructor Summary | |
---|---|
RegistryInfo()
|
Method Summary | |
---|---|
abstract java.lang.String |
getAssociationTypesKey()
Returns the key of the association types classification scheme. |
abstract java.lang.String |
getAssociationTypesName()
Returns the name of the association types classification scheme. |
static RegistryInfo |
getInstance()
Returns the default instance. |
abstract MetaModelAccessor |
getMetaModelAccessor()
Returns the MetaModelAccessor . |
abstract InnerModelAccessor |
getModelAccessor()
Returns the InnerModelAccessor . |
abstract java.lang.String |
getObjectTypesKey()
Returns the key of the object types classification scheme. |
abstract java.lang.String |
getObjectTypesName()
Returns the name of the object types classification scheme. |
static void |
setInstance(RegistryInfo pInstance)
Sets the default instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryInfo()
Method Detail |
---|
public static RegistryInfo getInstance()
public static void setInstance(RegistryInfo pInstance)
pInstance
- The new default registry information object.public abstract java.lang.String getObjectTypesKey()
public abstract java.lang.String getObjectTypesName()
public abstract java.lang.String getAssociationTypesKey()
public abstract java.lang.String getAssociationTypesName()
public abstract MetaModelAccessor getMetaModelAccessor()
MetaModelAccessor
.
public abstract InnerModelAccessor getModelAccessor()
InnerModelAccessor
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |