|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoParameterField
Class to represent a data field in a parameter list. In comparison to JCoField, there are methods specific to fields that are member of a parameter list.
Method Summary | |
---|---|
String |
getDefault()
Returns the default value of this field. |
boolean |
isActive()
Checks whether this field is active. |
boolean |
isChanging()
Checks whether this field is an export parameter. |
boolean |
isExport()
Checks whether this field is an export parameter. |
boolean |
isImport()
Checks whether this field is an import parameter. |
boolean |
isOptional()
Checks whether this field is an optional parameter. |
Methods inherited from interface com.sap.conn.jco.JCoField |
---|
getBigDecimal, getBigInteger, getBinaryStream, getByte, getByteArray, getByteLength, getChar, getCharacterStream, getCharArray, getClassNameOfValue, getDate, getDecimals, getDescription, getDouble, getExtendedFieldMetaData, getFloat, getInt, getLength, getLong, getName, getRecordMetaData, getShort, getString, getStructure, getTable, getTime, getType, getTypeAsString, getUnicodeByteLength, getValue, isInitialized, isStructure, isTable, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, write |
Method Detail |
---|
boolean isActive()
boolean isOptional()
boolean isImport()
boolean isExport()
boolean isChanging()
String getDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |