public interface ListFieldMetaData
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getListFieldMetaData()| Modifier and Type | Method and Description |
|---|---|
int |
getByteLength()
Returns the value of the 'Byte Length' attribute.
|
int |
getDecimals()
Returns the value of the 'Decimals' attribute.
|
String |
getDefaults()
Returns the value of the 'Defaults' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<FieldMetaData> |
getFieldMetaData()
Returns the value of the 'Field Meta Data' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
RecordMetaData |
getRecordMetaData()
Returns the value of the 'Record Meta Data' reference.
|
DataType |
getType()
Returns the value of the 'Type' attribute.
|
int |
getUnicodeByteLength()
Returns the value of the 'Unicode Byte Length' attribute.
|
boolean |
isChanging()
Returns the value of the 'Changing' attribute.
|
boolean |
isException()
Returns the value of the 'Exception' attribute.
|
boolean |
isExport()
Returns the value of the 'Export' attribute.
|
boolean |
isImport()
Returns the value of the 'Import' attribute.
|
boolean |
isOptional()
Returns the value of the 'Optional' attribute.
|
void |
setByteLength(int value)
Sets the value of the '
Byte Length' attribute. |
void |
setChanging(boolean value)
Sets the value of the '
Changing' attribute. |
void |
setDecimals(int value)
Sets the value of the '
Decimals' attribute. |
void |
setDefaults(String value)
Sets the value of the '
Defaults' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setException(boolean value)
Sets the value of the '
Exception' attribute. |
void |
setExport(boolean value)
Sets the value of the '
Export' attribute. |
void |
setImport(boolean value)
Sets the value of the '
Import' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setOptional(boolean value)
Sets the value of the '
Optional' attribute. |
void |
setRecordMetaData(RecordMetaData value)
Sets the value of the '
Record Meta Data' reference. |
void |
setType(DataType value)
Sets the value of the '
Type' attribute. |
void |
setUnicodeByteLength(int value)
Sets the value of the '
Unicode Byte Length' attribute. |
org.eclipse.emf.common.util.EList<FieldMetaData> getFieldMetaData()
FieldMetaData.
If the meaning of the 'Field Meta Data' containment reference list isn't clear, there really should be more of a description here...
RfcPackage.getListFieldMetaData_FieldMetaData()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RfcPackage.getListFieldMetaData_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()DataType getType()
DataType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
DataType,
setType(DataType),
RfcPackage.getListFieldMetaData_Type()int getByteLength()
If the meaning of the 'Byte Length' attribute isn't clear, there really should be more of a description here...
setByteLength(int),
RfcPackage.getListFieldMetaData_ByteLength()void setByteLength(int value)
Byte Length' attribute.
value - the new value of the 'Byte Length' attribute.getByteLength()int getUnicodeByteLength()
If the meaning of the 'Unicode Byte Length' attribute isn't clear, there really should be more of a description here...
setUnicodeByteLength(int),
RfcPackage.getListFieldMetaData_UnicodeByteLength()void setUnicodeByteLength(int value)
Unicode Byte Length' attribute.
value - the new value of the 'Unicode Byte Length' attribute.getUnicodeByteLength()int getDecimals()
If the meaning of the 'Decimals' attribute isn't clear, there really should be more of a description here...
setDecimals(int),
RfcPackage.getListFieldMetaData_Decimals()void setDecimals(int value)
Decimals' attribute.
value - the new value of the 'Decimals' attribute.getDecimals()String getDefaults()
If the meaning of the 'Defaults' attribute isn't clear, there really should be more of a description here...
setDefaults(String),
RfcPackage.getListFieldMetaData_Defaults()void setDefaults(String value)
Defaults' attribute.
value - the new value of the 'Defaults' attribute.getDefaults()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
RfcPackage.getListFieldMetaData_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()boolean isImport()
If the meaning of the 'Import' attribute isn't clear, there really should be more of a description here...
setImport(boolean),
RfcPackage.getListFieldMetaData_Import()void setImport(boolean value)
Import' attribute.
value - the new value of the 'Import' attribute.isImport()boolean isChanging()
If the meaning of the 'Changing' attribute isn't clear, there really should be more of a description here...
setChanging(boolean),
RfcPackage.getListFieldMetaData_Changing()void setChanging(boolean value)
Changing' attribute.
value - the new value of the 'Changing' attribute.isChanging()boolean isExport()
If the meaning of the 'Export' attribute isn't clear, there really should be more of a description here...
setExport(boolean),
RfcPackage.getListFieldMetaData_Export()void setExport(boolean value)
Export' attribute.
value - the new value of the 'Export' attribute.isExport()boolean isException()
If the meaning of the 'Exception' attribute isn't clear, there really should be more of a description here...
setException(boolean),
RfcPackage.getListFieldMetaData_Exception()void setException(boolean value)
Exception' attribute.
value - the new value of the 'Exception' attribute.isException()boolean isOptional()
If the meaning of the 'Optional' attribute isn't clear, there really should be more of a description here...
setOptional(boolean),
RfcPackage.getListFieldMetaData_Optional()void setOptional(boolean value)
Optional' attribute.
value - the new value of the 'Optional' attribute.isOptional()RecordMetaData getRecordMetaData()
If the meaning of the 'Record Meta Data' reference isn't clear, there really should be more of a description here...
setRecordMetaData(RecordMetaData),
RfcPackage.getListFieldMetaData_RecordMetaData()void setRecordMetaData(RecordMetaData value)
Record Meta Data' reference.
value - the new value of the 'Record Meta Data' reference.getRecordMetaData()Apache Camel