public interface FieldMetaData
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getFieldMetaData()
Modifier and Type | Method and Description |
---|---|
int |
getByteLength()
Returns the value of the 'Byte Length' attribute.
|
int |
getByteOffset()
Returns the value of the 'Byte Offset' attribute.
|
int |
getDecimals()
Returns the value of the 'Decimals' 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.
|
int |
getUnicodeByteOffset()
Returns the value of the 'Unicode Byte Offset' attribute.
|
void |
setByteLength(int value)
Sets the value of the '
Byte Length ' attribute. |
void |
setByteOffset(int value)
Sets the value of the '
Byte Offset ' attribute. |
void |
setDecimals(int value)
Sets the value of the '
Decimals ' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' 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. |
void |
setUnicodeByteOffset(int value)
Sets the value of the '
Unicode Byte Offset ' 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.getFieldMetaData_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.getFieldMetaData_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.getFieldMetaData_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.getFieldMetaData_ByteLength()
void setByteLength(int value)
Byte Length
' attribute.
value
- the new value of the 'Byte Length' attribute.getByteLength()
int getByteOffset()
If the meaning of the 'Byte Offset' attribute isn't clear, there really should be more of a description here...
setByteOffset(int)
,
RfcPackage.getFieldMetaData_ByteOffset()
void setByteOffset(int value)
Byte Offset
' attribute.
value
- the new value of the 'Byte Offset' attribute.getByteOffset()
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.getFieldMetaData_UnicodeByteLength()
void setUnicodeByteLength(int value)
Unicode Byte Length
' attribute.
value
- the new value of the 'Unicode Byte Length' attribute.getUnicodeByteLength()
int getUnicodeByteOffset()
If the meaning of the 'Unicode Byte Offset' attribute isn't clear, there really should be more of a description here...
setUnicodeByteOffset(int)
,
RfcPackage.getFieldMetaData_UnicodeByteOffset()
void setUnicodeByteOffset(int value)
Unicode Byte Offset
' attribute.
value
- the new value of the 'Unicode Byte Offset' attribute.getUnicodeByteOffset()
int getDecimals()
If the meaning of the 'Decimals' attribute isn't clear, there really should be more of a description here...
setDecimals(int)
,
RfcPackage.getFieldMetaData_Decimals()
void setDecimals(int value)
Decimals
' attribute.
value
- the new value of the 'Decimals' attribute.getDecimals()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
RfcPackage.getFieldMetaData_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
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.getFieldMetaData_RecordMetaData()
void setRecordMetaData(RecordMetaData value)
Record Meta Data
' reference.
value
- the new value of the 'Record Meta Data' reference.getRecordMetaData()
Apache Camel