FreeHEP API
Version v1.2.2

org.freehep.jaco.rtti
Class INamedType

java.lang.Object
  |
  +--org.freehep.jaco.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,v 1.8 2002/07/12 23:55:20 duns Exp $
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

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.