net.sf.csutils.core.registry.centrasite
Class CentraSiteRegistryInfo

java.lang.Object
  extended by net.sf.csutils.core.registry.RegistryInfo
      extended by net.sf.csutils.core.registry.centrasite.CentraSiteRegistryInfo

public class CentraSiteRegistryInfo
extends RegistryInfo

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

NS_SCHEMA_JAXR

public static final java.lang.String NS_SCHEMA_JAXR
The namespace "http://namespaces.CentraSite.com/Schema/jaxr", which is the namespace of the builtin object types.

See Also:
Constant Field Values

NS_SCHEMA

public static final 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.

See Also:
Constant Field Values

OBJECT_TYPES_KEY

public static final java.lang.String OBJECT_TYPES_KEY
The key of the classification scheme OBJECT_TYPES_NAME. Object type concepts are direct children of this classification scheme.

See Also:
Constant Field Values

OBJECT_TYPES_NAME

public static final java.lang.String OBJECT_TYPES_NAME
The name of the classification scheme of object types. Object type concepts are direct children of this classification scheme.

See Also:
Constant Field Values

ASSOCIATION_TYPES_KEY

public static final java.lang.String ASSOCIATION_TYPES_KEY
The key of the classification scheme ASSOCIATION_TYPES_NAME. Association type concepts are direct children of this classification scheme.

See Also:
Constant Field Values

ASSOCIATION_TYPES_NAME

public static final java.lang.String ASSOCIATION_TYPES_NAME
The name of the classification scheme of association types. Association type concepts are direct children of this classification scheme.

See Also:
Constant Field Values

SLOT_NAME_ATTRIBUTES_KEY

public static final java.lang.String SLOT_NAME_ATTRIBUTES_KEY
The qualified name of the "attributeKey" slot: "{http://namespaces.CentraSite.com/Schema}attributeKey"

See Also:
Constant Field Values
Method Detail

getInstance

public static CentraSiteRegistryInfo getInstance()
Returns the singleton instance.


getAssociationTypesKey

public java.lang.String getAssociationTypesKey()
Description copied from class: RegistryInfo
Returns the key of the association types classification scheme.

Specified by:
getAssociationTypesKey in class RegistryInfo
Returns:
The classification schemes key.

getAssociationTypesName

public java.lang.String getAssociationTypesName()
Description copied from class: RegistryInfo
Returns the name of the association types classification scheme.

Specified by:
getAssociationTypesName in class RegistryInfo
Returns:
The classification schemes name.

getObjectTypesKey

public java.lang.String getObjectTypesKey()
Description copied from class: RegistryInfo
Returns the key of the object types classification scheme.

Specified by:
getObjectTypesKey in class RegistryInfo
Returns:
The classification schemes key.

getObjectTypesName

public java.lang.String getObjectTypesName()
Description copied from class: RegistryInfo
Returns the name of the object types classification scheme.

Specified by:
getObjectTypesName in class RegistryInfo
Returns:
The classification schemes name.

getMetaModelAccessor

public MetaModelAccessor getMetaModelAccessor()
Description copied from class: RegistryInfo
Returns the MetaModelAccessor.

Specified by:
getMetaModelAccessor in class RegistryInfo
Returns:
The inner meta model accessor to use.

getModelAccessor

public InnerModelAccessor getModelAccessor()
Description copied from class: RegistryInfo
Returns the InnerModelAccessor.

Specified by:
getModelAccessor in class RegistryInfo
Returns:
The inner model accessor to use.


Copyright © 2009-2010. All Rights Reserved.