net.sf.csutils.core.registry.jaxmas
Class JaxMasRegistryInfo

java.lang.Object
  extended by net.sf.csutils.core.registry.RegistryInfo
      extended by net.sf.csutils.core.registry.jaxmas.JaxMasRegistryInfo

public class JaxMasRegistryInfo
extends RegistryInfo

CentraSite specific implementation of RegistryInfo. This is typically used for unit tests.


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 JaxMasRegistryInfo 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
 

Method Detail

getInstance

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