org.javaruntype.typedef
Class NamedTypeDefVariable
Object
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
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.