SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.structures
Interface IArrayStructure

All Superinterfaces:
ISOAPSerializable, IStructure

public interface IArrayStructure
extends IStructure, ISOAPSerializable

This interface exposes metadata for a array

Version:
1.0

Fields inherited from interface com.sapportals.connector.metadata.structures.IStructure
STRUCTURE_TYPE_ARRAY, STRUCTURE_TYPE_COLUMN, STRUCTURE_TYPE_FIELD, STRUCTURE_TYPE_RECORD, STRUCTURE_TYPE_RECORD_SET, STRUCTURE_TYPE_UNION
 
Method Summary
 int getMaxSize()
          Returns an IStructure interface containing metadata for the fields type
 IStructure getType()
          Returns an IStructure interface containing metadata for the fields type
 
Methods inherited from interface com.sapportals.connector.metadata.structures.IStructure
retrieveStructureTypeCode
 

Method Detail

getType

public IStructure getType()
                   throws ConnectorException
Returns an IStructure interface containing metadata for the fields type
Returns:
IStructure interface.

getMaxSize

public int getMaxSize()
               throws ConnectorException
Returns an IStructure interface containing metadata for the fields type
Returns:
IStructure interface.
See Also:
IStructure

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.