|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuego.papi.Ordering.Entry
Element with the information to sort an specific variable.
This class contains the variable to sort and if the sorting is ascending.
| Constructor Summary | |
Ordering.Entry(String variableId,
boolean ascending)
Creates a new Ordering.Entry object. |
|
Ordering.Entry(VarDefinition variable,
boolean ascending)
Creates a new Ordering.Entry object. |
|
| Method Summary | |
boolean |
equals(Object object)
Indicates whether some other object is "equal to" this one. |
VarDefinition |
getVariable()
Gets the VarDefinition to sort. |
String |
getVariableId()
Gets the variable Id to sort. |
int |
hashCode()
Returns a hash code value for the object. |
boolean |
isAscending()
Returns if the sorting is ascending. |
void |
setVariable(VarDefinition variable)
Sets a new VarDefinition to sort. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ordering.Entry(VarDefinition variable,
boolean ascending)
variable - VarDefinition which represent the variable to sort.ascending - true if the sorting is ascending.
public Ordering.Entry(String variableId,
boolean ascending)
variableId - variable Id which represent the variable to sort.ascending - true if the sorting is ascending.| Method Detail |
public boolean isAscending()
true if the sorting is ascending.public void setVariable(VarDefinition variable)
variable - VarDefinition to soft.public VarDefinition getVariable()
public String getVariableId()
public boolean equals(Object object)
object - the reference object with which to compare.
true if this object is the same as the obj
argument; false otherwise.public int hashCode()
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||