|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeDefVariable
This interface represents type definition variables. These can be of one of two types (each of them represented by one of this interface's implementing classes):
Some examples:
As can be seen above, every type definition variable has, at least, a name: E ,T and X in the above examples. Also, it can be noted that bounded variables can create relations among variables, like in X extends E.
| Method Summary | |
|---|---|
String |
getVariableName()
Returns the variable name. |
| Method Detail |
|---|
String getVariableName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||