|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
boolean |
belongsToAppend()
Returns if this field is contained in an Append. |
IDataType |
getDataType()
Returns the data type used in the given field. |
IDataType |
getDataType(IBroker broker)
Returns the data type used in the given field. |
String |
getName()
Returns the field's name |
IField |
getReferenceField()
Returns the reference field of a given field. |
IField |
getReferenceField(IBroker broker)
Returns the reference field of a given field. |
IStructure |
getStructure()
Returns the structure which contains this field |
boolean |
hasReferenceField()
Returns wether the field has a reference field |
boolean |
isCustomerExtension()
Returns if this field is contained in an Append or a Ci/Si-Include. |
boolean |
isScalar()
Returns wether this field is a scalar field. |
String |
toString()
Returns a String representation of the field |
| Method Detail |
public String getName()
public IStructure getStructure()
public IDataType getDataType(IBroker broker)
throws DdException
broker - - the broker to ask for the data type
DdException - - if dataType with given name not found
public IDataType getDataType()
throws DdException
DdException - - if dataType with given name not foundpublic boolean hasReferenceField()
public IField getReferenceField(IBroker broker)
throws DdException
broker - - the broker to ask for the data type
DdException - - if reference field could not be found
public IField getReferenceField()
throws DdException
DdException - - if reference field could not be foundpublic boolean isCustomerExtension()
public boolean belongsToAppend()
public boolean isScalar()
public String toString()
|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||