org.eucalyptus.analysesi.model
Class AbstractTypeAttribute

java.lang.Object
  extended by org.eucalyptus.analysesi.model.AbstractTypeAttribute
All Implemented Interfaces:
TypeAttribute
Direct Known Subclasses:
AutoTypeAttribute, DateTypeAttribute, NumberTypeAttribute, VarcharTypeAttribute

public abstract class AbstractTypeAttribute
extends java.lang.Object
implements TypeAttribute

Un type d'attribut est un type de données pour une base de données.

Author:
Loic Dreux

Constructor Summary
AbstractTypeAttribute(java.lang.String name)
          Le constructeur de la classe AbstractTypeAttribute
 
Method Summary
 java.lang.String getName()
          Retourne le nom du type d'attribut.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eucalyptus.analysesi.model.TypeAttribute
formatToString
 

Constructor Detail

AbstractTypeAttribute

public AbstractTypeAttribute(java.lang.String name)
Le constructeur de la classe AbstractTypeAttribute

Parameters:
name -
Method Detail

getName

public java.lang.String getName()
Description copied from interface: TypeAttribute
Retourne le nom du type d'attribut.

Specified by:
getName in interface TypeAttribute
Returns:
le nom du type d'attribut


Copyright © 2009. All Rights Reserved.