|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
org.eucalyptus.analysesi.gui.dictionary | |
org.eucalyptus.analysesi.model |
Uses of Attribute in org.eucalyptus.analysesi.gui.dictionary |
---|
Methods in org.eucalyptus.analysesi.gui.dictionary with parameters of type Attribute | |
---|---|
void |
DictionaryTableModel.addInformation(Attribute information)
|
void |
DictionaryTableModel.removeInformation(Attribute information)
|
Uses of Attribute in org.eucalyptus.analysesi.model |
---|
Methods in org.eucalyptus.analysesi.model that return Attribute | |
---|---|
Attribute |
Dictionary.get(int index)
Retourne un attribut du dictionnaire selon son index. |
Attribute |
MeriseObject.getAttribute(int index)
Retourne un attribut de l'objet. |
Methods in org.eucalyptus.analysesi.model that return types with arguments of type Attribute | |
---|---|
java.lang.Iterable<Attribute> |
MeriseObject.getAttributes()
Retourne la liste des attributs. |
Methods in org.eucalyptus.analysesi.model with parameters of type Attribute | |
---|---|
void |
Dictionary.add(Attribute attribute)
Ajoute un attribut au dictionnaire. |
void |
MeriseObject.addAttribute(Attribute attribute)
Ajoute un attribut à l'objet. |
void |
Dictionary.remove(Attribute attribute)
Supprime un attribut au dictionnaire. |
void |
MeriseObject.removeAttribute(Attribute attribute)
Supprime un attribut à l'objet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |