|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A stepfield refers to a field in a step. Each stepfield has an unique alias to identify it.
This corresponds to a prefixed fieldname in a SQL SELECT-syntax.
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this stepfield to the specified object. |
java.lang.String |
getAlias()
Gets the alias for the associated field. |
java.lang.String |
getFieldName()
Gets the name of the associated field (without prefix). |
Step |
getStep()
Gets the step associated with this fieldstep. |
int |
getType()
Gets the type of the associated field. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a string representation of this StepField. |
| Method Detail |
public java.lang.String getFieldName()
This corresponds to the fieldname in SQL SELECT-syntax.
public java.lang.String getAlias()
This corresponds to the field alias in SQL SELECT-syntax.
public Step getStep()
public int getType()
FieldDefs.
public boolean equals(java.lang.Object obj)
true if and only if the argument is a non-null
StepField object associated with the same field, using the same alias.
obj - The object to compare with.
true if the objects are equal,
false otherwise.public int hashCode()
public java.lang.String toString()
getStep().getAlias() or,
when the step alias is null, the step tablename
returned by getStep().getTableName().
getFieldName()
getAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||