org.eucalyptus.analysesi.model
Interface TypeAttribute

All Known Implementing Classes:
AbstractTypeAttribute, AutoTypeAttribute, DateTypeAttribute, NumberTypeAttribute, VarcharTypeAttribute

public interface TypeAttribute

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

Author:
Loic Dreux

Method Summary
 java.lang.String formatToString()
          Retourne la représentation en chaine de caractères du type d'attribut.
 java.lang.String getName()
          Retourne le nom du type d'attribut.
 

Method Detail

getName

java.lang.String getName()
Retourne le nom du type d'attribut.

Returns:
le nom du type d'attribut

formatToString

java.lang.String formatToString()
Retourne la représentation en chaine de caractères du type d'attribut.

Returns:
la représentation en chaine de caractères du type d'attribut


Copyright © 2009. All Rights Reserved.