public class FieldMetaDataImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements FieldMetaData
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected static int |
BYTE_LENGTH_EDEFAULT
The default value of the '
Byte Length' attribute. |
protected static int |
BYTE_OFFSET_EDEFAULT
The default value of the '
Byte Offset' attribute. |
protected int |
byteLength
The cached value of the '
Byte Length' attribute. |
protected int |
byteOffset
The cached value of the '
Byte Offset' attribute. |
protected int |
decimals
The cached value of the '
Decimals' attribute. |
protected static int |
DECIMALS_EDEFAULT
The default value of the '
Decimals' attribute. |
protected String |
description
The cached value of the '
Description' attribute. |
protected static String |
DESCRIPTION_EDEFAULT
The default value of the '
Description' attribute. |
protected org.eclipse.emf.common.util.EList<FieldMetaData> |
fieldMetaData
The cached value of the '
Field Meta Data' containment reference list. |
protected String |
name
The cached value of the '
Name' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the '
Name' attribute. |
protected RecordMetaData |
recordMetaData
The cached value of the '
Record Meta Data' reference. |
protected DataType |
type
The cached value of the '
Type' attribute. |
protected static DataType |
TYPE_EDEFAULT
The default value of the '
Type' attribute. |
protected static int |
UNICODE_BYTE_LENGTH_EDEFAULT
The default value of the '
Unicode Byte Length' attribute. |
protected static int |
UNICODE_BYTE_OFFSET_EDEFAULT
The default value of the '
Unicode Byte Offset' attribute. |
protected int |
unicodeByteLength
The cached value of the '
Unicode Byte Length' attribute. |
protected int |
unicodeByteOffset
The cached value of the '
Unicode Byte Offset' attribute. |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY| Constructor and Description |
|---|
FieldMetaDataImpl() |
| Modifier and Type | Method and Description |
|---|---|
RecordMetaData |
basicGetRecordMetaData() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
int |
getByteLength() |
int |
getByteOffset() |
int |
getDecimals() |
String |
getDescription() |
org.eclipse.emf.common.util.EList<FieldMetaData> |
getFieldMetaData() |
String |
getName() |
RecordMetaData |
getRecordMetaData() |
DataType |
getType() |
int |
getUnicodeByteLength() |
int |
getUnicodeByteOffset() |
void |
setByteLength(int newByteLength) |
void |
setByteOffset(int newByteOffset) |
void |
setDecimals(int newDecimals) |
void |
setDescription(String newDescription) |
void |
setName(String newName) |
void |
setRecordMetaData(RecordMetaData newRecordMetaData) |
void |
setType(DataType newType) |
void |
setUnicodeByteLength(int newUnicodeByteLength) |
void |
setUnicodeByteOffset(int newUnicodeByteOffset) |
String |
toString() |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected org.eclipse.emf.common.util.EList<FieldMetaData> fieldMetaData
Field Meta Data' containment reference list.
getFieldMetaData()protected static final String NAME_EDEFAULT
Name' attribute.
getName()protected static final DataType TYPE_EDEFAULT
Type' attribute.
getType()protected static final int BYTE_LENGTH_EDEFAULT
Byte Length' attribute.
getByteLength(),
Constant Field Valuesprotected int byteLength
Byte Length' attribute.
getByteLength()protected static final int BYTE_OFFSET_EDEFAULT
Byte Offset' attribute.
getByteOffset(),
Constant Field Valuesprotected int byteOffset
Byte Offset' attribute.
getByteOffset()protected static final int UNICODE_BYTE_LENGTH_EDEFAULT
Unicode Byte Length' attribute.
getUnicodeByteLength(),
Constant Field Valuesprotected int unicodeByteLength
Unicode Byte Length' attribute.
getUnicodeByteLength()protected static final int UNICODE_BYTE_OFFSET_EDEFAULT
Unicode Byte Offset' attribute.
getUnicodeByteOffset(),
Constant Field Valuesprotected int unicodeByteOffset
Unicode Byte Offset' attribute.
getUnicodeByteOffset()protected static final int DECIMALS_EDEFAULT
Decimals' attribute.
getDecimals(),
Constant Field Valuesprotected int decimals
Decimals' attribute.
getDecimals()protected static final String DESCRIPTION_EDEFAULT
Description' attribute.
getDescription()protected String description
Description' attribute.
getDescription()protected RecordMetaData recordMetaData
Record Meta Data' reference.
getRecordMetaData()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImplpublic org.eclipse.emf.common.util.EList<FieldMetaData> getFieldMetaData()
getFieldMetaData in interface FieldMetaDataRfcPackage.getFieldMetaData_FieldMetaData()public String getName()
getName in interface FieldMetaDataFieldMetaData.setName(String),
RfcPackage.getFieldMetaData_Name()public void setName(String newName)
setName in interface FieldMetaDatanewName - the new value of the 'Name' attribute.FieldMetaData.getName()public DataType getType()
getType in interface FieldMetaDataDataType,
FieldMetaData.setType(DataType),
RfcPackage.getFieldMetaData_Type()public void setType(DataType newType)
setType in interface FieldMetaDatanewType - the new value of the 'Type' attribute.DataType,
FieldMetaData.getType()public int getByteLength()
getByteLength in interface FieldMetaDataFieldMetaData.setByteLength(int),
RfcPackage.getFieldMetaData_ByteLength()public void setByteLength(int newByteLength)
setByteLength in interface FieldMetaDatanewByteLength - the new value of the 'Byte Length' attribute.FieldMetaData.getByteLength()public int getByteOffset()
getByteOffset in interface FieldMetaDataFieldMetaData.setByteOffset(int),
RfcPackage.getFieldMetaData_ByteOffset()public void setByteOffset(int newByteOffset)
setByteOffset in interface FieldMetaDatanewByteOffset - the new value of the 'Byte Offset' attribute.FieldMetaData.getByteOffset()public int getUnicodeByteLength()
getUnicodeByteLength in interface FieldMetaDataFieldMetaData.setUnicodeByteLength(int),
RfcPackage.getFieldMetaData_UnicodeByteLength()public void setUnicodeByteLength(int newUnicodeByteLength)
setUnicodeByteLength in interface FieldMetaDatanewUnicodeByteLength - the new value of the 'Unicode Byte Length' attribute.FieldMetaData.getUnicodeByteLength()public int getUnicodeByteOffset()
getUnicodeByteOffset in interface FieldMetaDataFieldMetaData.setUnicodeByteOffset(int),
RfcPackage.getFieldMetaData_UnicodeByteOffset()public void setUnicodeByteOffset(int newUnicodeByteOffset)
setUnicodeByteOffset in interface FieldMetaDatanewUnicodeByteOffset - the new value of the 'Unicode Byte Offset' attribute.FieldMetaData.getUnicodeByteOffset()public int getDecimals()
getDecimals in interface FieldMetaDataFieldMetaData.setDecimals(int),
RfcPackage.getFieldMetaData_Decimals()public void setDecimals(int newDecimals)
setDecimals in interface FieldMetaDatanewDecimals - the new value of the 'Decimals' attribute.FieldMetaData.getDecimals()public String getDescription()
getDescription in interface FieldMetaDataFieldMetaData.setDescription(String),
RfcPackage.getFieldMetaData_Description()public void setDescription(String newDescription)
setDescription in interface FieldMetaDatanewDescription - the new value of the 'Description' attribute.FieldMetaData.getDescription()public RecordMetaData getRecordMetaData()
getRecordMetaData in interface FieldMetaDataFieldMetaData.setRecordMetaData(RecordMetaData),
RfcPackage.getFieldMetaData_RecordMetaData()public RecordMetaData basicGetRecordMetaData()
public void setRecordMetaData(RecordMetaData newRecordMetaData)
setRecordMetaData in interface FieldMetaDatanewRecordMetaData - the new value of the 'Record Meta Data' reference.FieldMetaData.getRecordMetaData()public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImplApache Camel