|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface StepField
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(Object obj)
Compares this stepfield to the specified object. |
String |
getAlias()
Gets the alias for the associated field. |
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()
|
void |
setUnmodifiable()
|
String |
toString()
Returns a string representation of this StepField. |
| Method Detail |
|---|
String getFieldName()
This corresponds to the fieldname in SQL SELECT-syntax.
String getAlias()
This corresponds to the field alias in SQL SELECT-syntax.
Step getStep()
int getType()
Field.
boolean equals(Object obj)
true if and only if the argument is a non-null
StepField object associated with the same field, using the same alias.
equals in class Objectobj - The object to compare with.
true if the objects are equal,
false otherwise.int hashCode()
hashCode in class ObjectString toString()
getStep().getAlias() or,
when the step alias is null, the step tablename
returned by getStep().getTableName().
getFieldName()
getAlias()
toString in class Objectvoid setUnmodifiable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||