|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eucalyptus.analysesi.model.AbstractTypeAttribute
org.eucalyptus.analysesi.model.generic.NumberTypeAttribute
@TypeAttributeLabel(value="Number") public class NumberTypeAttribute
Représente un type de données Nombre.
Constructor Summary | |
---|---|
NumberTypeAttribute()
Le constructeur de la classe NumberTypeAttribute . |
|
NumberTypeAttribute(int numericPrecision,
int numericScale)
Le constructeur de la classe NumberTypeAttribute . |
Method Summary | |
---|---|
java.lang.String |
formatToString()
Retourne la représentation en chaine de caractères du type d'attribut. |
int |
getNumericPrecision()
Retourne la précisison en nombre de chiffre après la virgule. |
int |
getNumericScale()
Retourne la précision en nombre de chiffre après la virgule. |
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 |
---|
public NumberTypeAttribute()
NumberTypeAttribute
.
public NumberTypeAttribute(int numericPrecision, int numericScale)
NumberTypeAttribute
.
Method Detail |
---|
public int getNumericPrecision()
public int getNumericScale()
public java.lang.String formatToString()
TypeAttribute
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |