public interface StepField
This corresponds to a prefixed fieldname in a SQL SELECT-syntax.
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.String toString()
getStep().getAlias() or,
when the step alias is null, the step tablename
returned by getStep().getTableName().
getFieldName()
getAlias()
void setUnmodifiable()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}