ca.uhn.cache.impl
Class Dimension
java.lang.Object
ca.uhn.cache.impl.CommonsLangObject
ca.uhn.cache.impl.Dimension
- All Implemented Interfaces:
- IDimension, java.io.Serializable
- public class Dimension
- extends CommonsLangObject
- implements IDimension, java.io.Serializable
Generic implementation of the IDimension
interface.
- Version:
- $Revision: 1.1 $ updated on $Date: 2005/01/24 22:52:33 $ by $Author: bryan_tripp $
- Author:
- Alexei Guevara
- See Also:
- Serialized Form
Constructor Summary |
Dimension(java.lang.String theName,
java.lang.Class[] theParamTypes)
Constructs a dimension instance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Dimension
public Dimension(java.lang.String theName,
java.lang.Class[] theParamTypes)
- Constructs a dimension instance.
- Parameters:
theName
- The name of the dimension.theParamTypes
- the types of the IQueryParam
s that are meaningful along this dimension.
getName
public java.lang.String getName()
-
- Specified by:
getName
in interface IDimension
- Returns:
- the name of the dimension (unique within a space)
getParamTypes
public java.lang.Class[] getParamTypes()
-
- Specified by:
getParamTypes
in interface IDimension
- Returns:
- the types of the
IQueryParam
s that are meaningful
along this dimension
Copyright © 2004-2005 University Health Network. All Rights Reserved.