public class ContractTypeImpl extends org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl implements ContractType
The following features are implemented:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetContractIdentifier(ContractIdentifierType newContractIdentifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetLongDescription(DescriptionType newLongDescription,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetShortDescription(DescriptionType newShortDescription,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetUserData(UserDataType newUserData,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.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,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
ContractIdentifierType |
getContractIdentifier() |
DescriptionType |
getLongDescription() |
DescriptionType |
getShortDescription() |
UserDataType |
getUserData() |
void |
setContractIdentifier(ContractIdentifierType newContractIdentifier) |
void |
setLongDescription(DescriptionType newLongDescription) |
void |
setShortDescription(DescriptionType newShortDescription) |
void |
setUserData(UserDataType newUserData) |
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset, writeReplace
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset, toString
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedStructuralFeatureID, eDirectResource, eGet, eInternalContainer, eInternalResource, eInverseAdd, eInverseRemove, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment
public ContractIdentifierType getContractIdentifier()
getContractIdentifier
in interface ContractType
ContractType.setContractIdentifier(ContractIdentifierType)
,
ContractPackage.getContractType_ContractIdentifier()
public org.eclipse.emf.common.notify.NotificationChain basicSetContractIdentifier(ContractIdentifierType newContractIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setContractIdentifier(ContractIdentifierType newContractIdentifier)
setContractIdentifier
in interface ContractType
newContractIdentifier
- the new value of the 'Contract Identifier' containment reference.ContractType.getContractIdentifier()
public DescriptionType getShortDescription()
getShortDescription
in interface ContractType
ContractType.setShortDescription(DescriptionType)
,
ContractPackage.getContractType_ShortDescription()
public org.eclipse.emf.common.notify.NotificationChain basicSetShortDescription(DescriptionType newShortDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setShortDescription(DescriptionType newShortDescription)
setShortDescription
in interface ContractType
newShortDescription
- the new value of the 'Short Description' containment reference.ContractType.getShortDescription()
public DescriptionType getLongDescription()
getLongDescription
in interface ContractType
ContractType.setLongDescription(DescriptionType)
,
ContractPackage.getContractType_LongDescription()
public org.eclipse.emf.common.notify.NotificationChain basicSetLongDescription(DescriptionType newLongDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setLongDescription(DescriptionType newLongDescription)
setLongDescription
in interface ContractType
newLongDescription
- the new value of the 'Long Description' containment reference.ContractType.getLongDescription()
public UserDataType getUserData()
getUserData
in interface ContractType
ContractType.setUserData(UserDataType)
,
ContractPackage.getContractType_UserData()
public org.eclipse.emf.common.notify.NotificationChain basicSetUserData(UserDataType newUserData, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setUserData(UserDataType newUserData)
setUserData
in interface ContractType
newUserData
- the new value of the 'User Data' containment reference.ContractType.getUserData()
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 java.lang.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, java.lang.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