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.EPropertiesHolderImpl
org.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, eSetProxyURI
eAddVirtualValue, 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, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected 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.EObjectImpl
public org.eclipse.emf.common.util.EList<FieldMetaData> getFieldMetaData()
getFieldMetaData
in interface FieldMetaData
RfcPackage.getFieldMetaData_FieldMetaData()
public String getName()
getName
in interface FieldMetaData
FieldMetaData.setName(String)
,
RfcPackage.getFieldMetaData_Name()
public void setName(String newName)
setName
in interface FieldMetaData
newName
- the new value of the 'Name' attribute.FieldMetaData.getName()
public DataType getType()
getType
in interface FieldMetaData
DataType
,
FieldMetaData.setType(DataType)
,
RfcPackage.getFieldMetaData_Type()
public void setType(DataType newType)
setType
in interface FieldMetaData
newType
- the new value of the 'Type' attribute.DataType
,
FieldMetaData.getType()
public int getByteLength()
getByteLength
in interface FieldMetaData
FieldMetaData.setByteLength(int)
,
RfcPackage.getFieldMetaData_ByteLength()
public void setByteLength(int newByteLength)
setByteLength
in interface FieldMetaData
newByteLength
- the new value of the 'Byte Length' attribute.FieldMetaData.getByteLength()
public int getByteOffset()
getByteOffset
in interface FieldMetaData
FieldMetaData.setByteOffset(int)
,
RfcPackage.getFieldMetaData_ByteOffset()
public void setByteOffset(int newByteOffset)
setByteOffset
in interface FieldMetaData
newByteOffset
- the new value of the 'Byte Offset' attribute.FieldMetaData.getByteOffset()
public int getUnicodeByteLength()
getUnicodeByteLength
in interface FieldMetaData
FieldMetaData.setUnicodeByteLength(int)
,
RfcPackage.getFieldMetaData_UnicodeByteLength()
public void setUnicodeByteLength(int newUnicodeByteLength)
setUnicodeByteLength
in interface FieldMetaData
newUnicodeByteLength
- the new value of the 'Unicode Byte Length' attribute.FieldMetaData.getUnicodeByteLength()
public int getUnicodeByteOffset()
getUnicodeByteOffset
in interface FieldMetaData
FieldMetaData.setUnicodeByteOffset(int)
,
RfcPackage.getFieldMetaData_UnicodeByteOffset()
public void setUnicodeByteOffset(int newUnicodeByteOffset)
setUnicodeByteOffset
in interface FieldMetaData
newUnicodeByteOffset
- the new value of the 'Unicode Byte Offset' attribute.FieldMetaData.getUnicodeByteOffset()
public int getDecimals()
getDecimals
in interface FieldMetaData
FieldMetaData.setDecimals(int)
,
RfcPackage.getFieldMetaData_Decimals()
public void setDecimals(int newDecimals)
setDecimals
in interface FieldMetaData
newDecimals
- the new value of the 'Decimals' attribute.FieldMetaData.getDecimals()
public String getDescription()
getDescription
in interface FieldMetaData
FieldMetaData.setDescription(String)
,
RfcPackage.getFieldMetaData_Description()
public void setDescription(String newDescription)
setDescription
in interface FieldMetaData
newDescription
- the new value of the 'Description' attribute.FieldMetaData.getDescription()
public RecordMetaData getRecordMetaData()
getRecordMetaData
in interface FieldMetaData
FieldMetaData.setRecordMetaData(RecordMetaData)
,
RfcPackage.getFieldMetaData_RecordMetaData()
public RecordMetaData basicGetRecordMetaData()
public void setRecordMetaData(RecordMetaData newRecordMetaData)
setRecordMetaData
in interface FieldMetaData
newRecordMetaData
- 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.BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Apache Camel