Uses of Interface
com.sap.conn.jco.JCoField

Packages that use JCoField
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
 

Uses of JCoField in com.sap.conn.jco
 

Subinterfaces of JCoField in com.sap.conn.jco
 interface JCoParameterField
          Class to represent a data field in a parameter list.
 interface JCoRecordField
          Class to represent a data field in a structure or table.
 

Methods in com.sap.conn.jco that return JCoField
 JCoField JCoFieldIterator.nextField()
          Returns the next field of the record.
 JCoField JCoFieldIterator.previousField()
          Returns the previous field of the record.
 

Methods in com.sap.conn.jco that return types with arguments of type JCoField
 java.util.Iterator<JCoField> JCoRecord.iterator()
          Returns an Iterator.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.