Package | Description |
---|---|
com.nomagic.magicdraw.magicreport.helper |
Modifier and Type | Method and Description |
---|---|
Variable |
Variable.get(int index)
Returns the child variable at the specified position in this list.
|
Variable |
Variable.get(java.lang.String name)
Returns the child variable referred to by this name.
|
Variable |
Variable.getFirstChild()
Return the first child of this variable.
|
Variable |
Variable.getLastChild()
Return the last child of this variable.
|
Variable |
Variable.getParent()
Get parent variable.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Variable.add(Variable e)
Appends the specified element to the end of this list.
|
int |
Variable.compareTo(Variable o)
Compares this object with the specified object for order.
|
boolean |
Variable.contains(Variable var)
Returns
true if this variable contains the specified child variable. |
int |
Variable.indexOf(Variable var)
Returns the index of the first occurrence of the specified child variable in this variable, or -1 if this
variable does not contain the child variable.
|