com.tensegrity.generic.attribute.meta
Interface AttributeType


public interface AttributeType

The AttributeType interface represents the Class an Attribute value belongs to.

Version:
$Id: AttributeType.java,v 1.18 2005/03/02 12:02:02 KevinCVS Exp $
Author:
M. Kegel, Stepan Rutz

Method Summary
 java.lang.Class getTypeConstant()
          Returns the Class object identifying the type.
 void setTypeConstant(java.lang.Class typeConstant)
          Sets the type identifier.
 

Method Detail

getTypeConstant

public java.lang.Class getTypeConstant()
Returns the Class object identifying the type.

Returns:
the class object identifying the type.

Find more information in the class documentation


setTypeConstant

public void setTypeConstant(java.lang.Class typeConstant)
Sets the type identifier.

Parameters:
typeConstant - the Class object that identifies the type.

Find more information in the class documentation



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.