|
||||||||||
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.VarcharTypeAttribute
@TypeAttributeLabel(value="Varchar") public class VarcharTypeAttribute
Représente un type de données Chaine de caractères.
Nested Class Summary | |
---|---|
static class |
VarcharTypeAttribute.Unit
Les différentes unités de mesure à appliquer à la longueur. |
Constructor Summary | |
---|---|
VarcharTypeAttribute()
Le constructeur de la classe VarcharTypeAttribute . |
|
VarcharTypeAttribute(int length)
Le constructeur de la classe VarcharTypeAttribute . |
Method Summary | |
---|---|
java.lang.String |
formatToString()
Retourne la représentation en chaine de caractères du type d'attribut. |
int |
getLength()
Retourne la longueur de la chaine de caractères. |
VarcharTypeAttribute.Unit |
getUnit()
Retourne l'unité à appliquer à la longueur. |
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 VarcharTypeAttribute()
VarcharTypeAttribute
.
public VarcharTypeAttribute(int length)
VarcharTypeAttribute
.
length
- la taille de la chaine de caractèresMethod Detail |
---|
public int getLength()
public VarcharTypeAttribute.Unit getUnit()
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 |