Uses of Class
org.freehep.rtti.IField

Uses of IField in org.freehep.rtti
 

Methods in org.freehep.rtti that return IField
 IField RTTI.createField(INamedType namedType, Vector comments)
          Creates a named field.
 IField[] IClass.getEnumFields()
           
 IField[] IClass.getFields()
          Returns the list of fields (including static ones) defined in this class
 IField IField.getNext()
          Returns the next field, if the definition was a list of fields.
 

Methods in org.freehep.rtti with parameters of type IField
 void IField.setNext(IField next)
          chains the next field to this field (appends to the end of the list)
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.