|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This base interface exposes metadata for data structures
| Field Summary | |
static int |
STRUCTURE_TYPE_ARRAY
Represents a record set with a single field of any of the other structure types. |
static int |
STRUCTURE_TYPE_COLUMN
Deprecated. Use STRUCTURE_TYPE_ARRAY instead |
static int |
STRUCTURE_TYPE_FIELD
Represents a primitive type The specific primitive type can be retrieved by calling IFieldStructure.getType() |
static int |
STRUCTURE_TYPE_RECORD
Represents a single record |
static int |
STRUCTURE_TYPE_RECORD_SET
Represents a record set |
static int |
STRUCTURE_TYPE_UNION
Represents a union - one of the primitive (will be determined in runtime). |
| Method Summary | |
int |
retrieveStructureTypeCode()
Returns the type code of the structure. |
| Field Detail |
public static final int STRUCTURE_TYPE_FIELD
IFieldStructure.getType()IFieldStructurepublic static final int STRUCTURE_TYPE_RECORD_SET
IRecordSetStructurepublic static final int STRUCTURE_TYPE_RECORD
IRecordStructurepublic static final int STRUCTURE_TYPE_COLUMN
STRUCTURE_TYPE_ARRAY instead
public static final int STRUCTURE_TYPE_ARRAY
IArrayStructurepublic static final int STRUCTURE_TYPE_UNION
IUnionStructure.getPossibleTypes().
In runtime, one of those types will be returned. This type can be
determined by introspectionIUnionStructure| Method Detail |
public int retrieveStructureTypeCode()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||