- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file TargetArray.java.
◆ TargetArray()
org.turro.contacts.organigram.TargetArray.TargetArray |
( |
| ) |
|
◆ add() [1/2]
void org.turro.contacts.organigram.TargetArray.add |
( |
int |
index, |
|
|
TargetItem |
e |
|
) |
| |
◆ add() [2/2]
boolean org.turro.contacts.organigram.TargetArray.add |
( |
TargetItem |
e | ) |
|
◆ getLastItem()
LastItem org.turro.contacts.organigram.TargetArray.getLastItem |
( |
| ) |
|
◆ getRelationTypes()
EnumSet<RelationType> org.turro.contacts.organigram.TargetArray.getRelationTypes |
( |
| ) |
|
Definition at line 74 of file TargetArray.java.
75 EnumSet<RelationType> es = EnumSet.noneOf(RelationType.class);
76 for(TargetItem ti :
this) {
77 es.add(ti.getRelationType());
◆ remove()
boolean org.turro.contacts.organigram.TargetArray.remove |
( |
Object |
o | ) |
|
◆ setLastItem()
void org.turro.contacts.organigram.TargetArray.setLastItem |
( |
LastItem |
lastItem | ) |
|
The documentation for this class was generated from the following file: