Uses of Class
com.sap.mw.jco.JCO.Structure

Uses of JCO.Structure in com.sap.mw.jco
 

Methods in com.sap.mw.jco that return JCO.Structure
static JCO.Structure JCO.createStructure(java.lang.String name)
          Creates a empty structure
static JCO.Structure JCO.createStructure(IMetaData meta_data)
          Creates a new structure with data fields as described by the specified meta data
 JCO.Structure JCO.Field.getStructure()
          Returns the field's value as a JCO.Structure object
 JCO.Structure JCO.Record.getStructure(int index)
          Returns the value of the i'th field as a JCO.Structure
 JCO.Structure JCO.Record.getStructure(java.lang.String field_name)
          Returns the value of the named field as a JCO.Structure object
 

Methods in com.sap.mw.jco with parameters of type JCO.Structure
 void JCO.Field.setValue(JCO.Structure value)
          Sets the specified structure as the field's value
 void JCO.Record.setValue(JCO.Structure value, int index)
          Sets the structure as the value for the i'th field
 void JCO.Record.setValue(JCO.Structure value, java.lang.String name)
          Sets the structure as the value for the named field
 void JCO.ParameterList.appendValue(java.lang.String name, JCO.Structure value)
          Adds a structure value to the parameter list
 

Constructors in com.sap.mw.jco with parameters of type JCO.Structure
JCO.Structure(JCO.Structure value)
          Creates an new instance of a structure which has the same layout and contents as the structure argument.