org.javaruntype.typedef
Interface TypeDefVariable

All Superinterfaces:
Serializable
All Known Implementing Classes:
BoundedTypeDefVariable, NamedTypeDefVariable

public interface TypeDefVariable
extends Serializable

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.

Since:
1.0
Author:
Daniel Fernández

Method Summary
 String getVariableName()
          Returns the variable name.
 

Method Detail

getVariableName

String getVariableName()
Returns the variable name.

Returns:
the variable name.


Copyright © 2012 The JAVARUNTYPE team. All Rights Reserved.