SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.structures
Interface IFieldStructure

All Superinterfaces:
ISOAPSerializable, IStructure

public interface IFieldStructure
extends IStructure, ISOAPSerializable

This interface exposes metadata for a field (primitive)

Version:
1.0
See Also:
IStructure

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
 IPrimitive getType()
          Returns an IPrimitive interface containing metadata for the field's type.
 
Methods inherited from interface com.sapportals.connector.metadata.structures.IStructure
retrieveStructureTypeCode
 

Method Detail

getType

public IPrimitive getType()
                   throws ConnectorException
Returns an IPrimitive interface containing metadata for the field's type.
Returns:
IPrimitive interface.
See Also:
IPrimitive

SAP J2EE Engine

Version 6.40


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