public interface Structure extends org.eclipse.emf.ecore.EObject, Map<String,Object>
RfcPackage.getStructure()
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Object key,
Class<T> type)
Returns the value to which the specified key is mapped,
or
null if this Structure contains no mapping for the key. |
int |
getFieldCount()
Returns the value of the 'Field Count' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
int |
getRecordLength()
Returns the value of the 'Record Length' attribute.
|
int |
getUnicodeRecordLength()
Returns the value of the 'Unicode Record Length' attribute.
|
boolean |
isNestedType1Structure()
Returns the value of the 'Nested Type1 Structure' attribute.
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
RfcPackage.getStructure_Name()
int getFieldCount()
If the meaning of the 'Field Count' attribute isn't clear, there really should be more of a description here...
RfcPackage.getStructure_FieldCount()
int getRecordLength()
If the meaning of the 'Record Length' attribute isn't clear, there really should be more of a description here...
RfcPackage.getStructure_RecordLength()
int getUnicodeRecordLength()
If the meaning of the 'Unicode Record Length' attribute isn't clear, there really should be more of a description here...
RfcPackage.getStructure_UnicodeRecordLength()
boolean isNestedType1Structure()
If the meaning of the 'Nested Type1 Structure' attribute isn't clear, there really should be more of a description here...
RfcPackage.getStructure_NestedType1Structure()
<T> T get(Object key, Class<T> type)
null
if this Structure
contains no mapping for the key.key
- - the key whose associated value is to be returnedtype
- - the type of required valuenull
if this map contains no mapping for the key
Apache Camel