org.freehep.rtti
Class INamedType

java.lang.Object
  extended by org.freehep.rtti.INamedType

public class INamedType
extends Object

Defines a named type in the RTTI, e.g. a name coupled to a type.

Version:
$Id: INamedType.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

Method Summary
 String getInit()
          Returns the init of the variable
 String getName()
          Returns the name of the variable
 String getSignature(String packageName, Properties imports)
           
 IType getType()
          Returns the type of the variable
 String toString()
          Returns a string representation of this named type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the name of the variable

Returns:
name of variable

getType

public IType getType()
Returns the type of the variable

Returns:
type of the variable

getInit

public String getInit()
Returns the init of the variable

Returns:
init of the variable

getSignature

public String getSignature(String packageName,
                           Properties imports)

toString

public String toString()
Returns a string representation of this named type

Overrides:
toString in class Object
Returns:
a string representation of this named type


Copyright © 2000-2007 FreeHEP. All Rights Reserved.