org.javaruntype.typedef
Class NamedTypeDefVariable

Object
  extended by org.javaruntype.typedef.NamedTypeDefVariable
All Implemented Interfaces:
Serializable, TypeDefVariable

public final class NamedTypeDefVariable
extends Object
implements TypeDefVariable

Represents a type definition variable that only specifies a variable name (without bounds).

Since:
1.0
Author:
Daniel Fernández
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 String getVariableName()
          Returns the variable name.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getVariableName

public String getVariableName()
Description copied from interface: TypeDefVariable
Returns the variable name.

Specified by:
getVariableName in interface TypeDefVariable
Returns:
the variable name.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The JAVARUNTYPE team. All Rights Reserved.