|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | 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. |
java.lang.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 |
isScalar()
Returns wether this field is a scalar field. |
java.lang.String |
toString()
Returns a String representation of the field |
| Method Detail |
public java.lang.String getName()
public IStructure getStructure()
public IDataType getDataType(IBroker broker)
throws com.sap.dictionary.runtime.DdException
broker - - the broker to ask for the data typecom.sap.dictionary.runtime.DdException - - if dataType with given name not found
public IDataType getDataType()
throws com.sap.dictionary.runtime.DdException
com.sap.dictionary.runtime.DdException - - if dataType with given name not foundpublic boolean hasReferenceField()
public IField getReferenceField(IBroker broker)
throws com.sap.dictionary.runtime.DdException
broker - - the broker to ask for the data typecom.sap.dictionary.runtime.DdException - - if reference field could not be found
public IField getReferenceField()
throws com.sap.dictionary.runtime.DdException
com.sap.dictionary.runtime.DdException - - if reference field could not be foundpublic boolean belongsToAppend()
public boolean isScalar()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||