|
||||||||||
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 net.sf.csutils.core.registry.centrasite.CentraSiteRegistryInfo
public class CentraSiteRegistryInfo
CentraSite specific implementation of RegistryInfo
.
This is the default.
Field Summary | |
---|---|
static java.lang.String |
ASSOCIATION_TYPES_KEY
The key of the classification scheme ASSOCIATION_TYPES_NAME . |
static java.lang.String |
ASSOCIATION_TYPES_NAME
The name of the classification scheme of association types. |
static java.lang.String |
NS_SCHEMA
The namespace "http://namespaces.CentraSite.com/Schema", which is the namespace of other CentraSite related information, like the attribute keys. |
static java.lang.String |
NS_SCHEMA_JAXR
The namespace "http://namespaces.CentraSite.com/Schema/jaxr", which is the namespace of the builtin object types. |
static java.lang.String |
OBJECT_TYPES_KEY
The key of the classification scheme OBJECT_TYPES_NAME . |
static java.lang.String |
OBJECT_TYPES_NAME
The name of the classification scheme of object types. |
static java.lang.String |
SLOT_NAME_ATTRIBUTES_KEY
The qualified name of the "attributeKey" slot: "{http://namespaces.CentraSite.com/Schema}attributeKey" |
Method Summary | |
---|---|
java.lang.String |
getAssociationTypesKey()
Returns the key of the association types classification scheme. |
java.lang.String |
getAssociationTypesName()
Returns the name of the association types classification scheme. |
static CentraSiteRegistryInfo |
getInstance()
Returns the singleton instance. |
MetaModelAccessor |
getMetaModelAccessor()
Returns the MetaModelAccessor . |
InnerModelAccessor |
getModelAccessor()
Returns the InnerModelAccessor . |
java.lang.String |
getObjectTypesKey()
Returns the key of the object types classification scheme. |
java.lang.String |
getObjectTypesName()
Returns the name of the object types classification scheme. |
Methods inherited from class net.sf.csutils.core.registry.RegistryInfo |
---|
setInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NS_SCHEMA_JAXR
public static final java.lang.String NS_SCHEMA
public static final java.lang.String OBJECT_TYPES_KEY
OBJECT_TYPES_NAME
.
Object type concepts are direct children of this classification
scheme.
public static final java.lang.String OBJECT_TYPES_NAME
public static final java.lang.String ASSOCIATION_TYPES_KEY
ASSOCIATION_TYPES_NAME
.
Association type concepts are direct children of this classification
scheme.
public static final java.lang.String ASSOCIATION_TYPES_NAME
public static final java.lang.String SLOT_NAME_ATTRIBUTES_KEY
Method Detail |
---|
public static CentraSiteRegistryInfo getInstance()
public java.lang.String getAssociationTypesKey()
RegistryInfo
getAssociationTypesKey
in class RegistryInfo
public java.lang.String getAssociationTypesName()
RegistryInfo
getAssociationTypesName
in class RegistryInfo
public java.lang.String getObjectTypesKey()
RegistryInfo
getObjectTypesKey
in class RegistryInfo
public java.lang.String getObjectTypesName()
RegistryInfo
getObjectTypesName
in class RegistryInfo
public MetaModelAccessor getMetaModelAccessor()
RegistryInfo
MetaModelAccessor
.
getMetaModelAccessor
in class RegistryInfo
public InnerModelAccessor getModelAccessor()
RegistryInfo
InnerModelAccessor
.
getModelAccessor
in class RegistryInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |