FreeHEP API
Version current

org.freehep.jaco.rtti
Class IField

java.lang.Object
  extended byorg.freehep.jaco.rtti.IField

public class IField
extends Object

Defines a field in the RTTI. Fields can be changed, but must then consist of one type, and all be const or not.

Version:
$Id: IField.java,v 1.3 2002/07/08 22:42:58 duns Exp $
Author:
Mark Donszelmann
Source Code:
IField.java

Method Summary
 String[] getComments(String language)
          Returns the list of comments decribing this method.
 INamedType getNamedType()
          Returns the named type.
 IField getNext()
          Returns the next field, if the definition was a list of fields.
 void setNext(IField next)
          chains the next field to this field (appends to the end of the list)
 String toString()
          Returns a string representation of this field (list).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getComments

public String[] getComments(String language)
Returns the list of comments decribing this method.

Returns:
list of comments

getNamedType

public INamedType getNamedType()
Returns the named type.

Returns:
namedType

getNext

public IField getNext()
Returns the next field, if the definition was a list of fields.

Returns:
next field

setNext

public void setNext(IField next)
chains the next field to this field (appends to the end of the list)

Parameters:
next - next field

toString

public String toString()
Returns a string representation of this field (list).

Returns:
string representatoon of this field (list)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.