org.eucalyptus.analysesi.model.generic
Class AutoTypeAttribute

java.lang.Object
  extended by org.eucalyptus.analysesi.model.AbstractTypeAttribute
      extended by org.eucalyptus.analysesi.model.generic.AutoTypeAttribute
All Implemented Interfaces:
TypeAttribute

@TypeAttributeLabel(value="Auto")
public class AutoTypeAttribute
extends AbstractTypeAttribute

Le type Auto représente un Id automatique.

Author:
Loic Dreux

Constructor Summary
AutoTypeAttribute()
          Le constructeur de la classe AutoTypeAttribute
 
Method Summary
 java.lang.String formatToString()
          Retourne la représentation en chaine de caractères du type d'attribut.
 java.lang.String toString()
           
 
Methods inherited from class org.eucalyptus.analysesi.model.AbstractTypeAttribute
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutoTypeAttribute

public AutoTypeAttribute()
Le constructeur de la classe AutoTypeAttribute

Method Detail

formatToString

public java.lang.String formatToString()
Description copied from interface: TypeAttribute
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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.