FreeHEP API
Version current

org.freehep.jaco.rtti
Class INamedType

java.lang.Object
  extended byorg.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
Source Code:
INamedType.java

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

Returns:
a string representation of this named type

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.