org.eclipse.datatools.modelbase.sql.xml.query.impl
Class XMLAttributesDeclarationImpl

java.lang.Object
  extended byEObjectImpl
      extended byorg.eclipse.datatools.modelbase.sql.xml.query.impl.XMLAttributesDeclarationImpl
All Implemented Interfaces:
XMLAttributesDeclaration

public class XMLAttributesDeclarationImpl
extends EObjectImpl
implements XMLAttributesDeclaration

An implementation of the model object 'XML Attributes Declaration'.

The following features are implemented:

See Also:
Serialized Form

Method Summary
 NotificationChain basicSetValueFunctionElement(XMLValueFunctionElement newValueFunctionElement, NotificationChain msgs)
           
 NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 EList getAttributeDeclItem()
           
 XMLValueFunctionElement getValueFunctionElement()
           
 void setValueFunctionElement(XMLValueFunctionElement newValueFunctionElement)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValueFunctionElement

public XMLValueFunctionElement getValueFunctionElement()

Specified by:
getValueFunctionElement in interface XMLAttributesDeclaration
Returns:
the value of the 'Value Function Element' container reference.
See Also:
XMLAttributesDeclaration.setValueFunctionElement(XMLValueFunctionElement), SQLXMLQueryModelPackage.getXMLAttributesDeclaration_ValueFunctionElement(), XMLValueFunctionElement.getAttributesDecl()

basicSetValueFunctionElement

public NotificationChain basicSetValueFunctionElement(XMLValueFunctionElement newValueFunctionElement,
                                                      NotificationChain msgs)


setValueFunctionElement

public void setValueFunctionElement(XMLValueFunctionElement newValueFunctionElement)

Specified by:
setValueFunctionElement in interface XMLAttributesDeclaration
Parameters:
newValueFunctionElement - the new value of the 'Value Function Element' container reference.
See Also:
XMLAttributesDeclaration.getValueFunctionElement()

getAttributeDeclItem

public EList getAttributeDeclItem()

Specified by:
getAttributeDeclItem in interface XMLAttributesDeclaration
Returns:
the value of the 'Attribute Decl Item' containment reference list.
See Also:
SQLXMLQueryModelPackage.getXMLAttributesDeclaration_AttributeDeclItem(), XMLAttributeDeclarationItem.getAttributesDecl()

eInverseAdd

public NotificationChain eInverseAdd(InternalEObject otherEnd,
                                     int featureID,
                                     NotificationChain msgs)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eBasicRemoveFromContainerFeature

public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.