org.eclipse.emfforms.core.services.databinding.testmodel.test.model
Interface D

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DImpl

public interface D
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'D'.

The following features are supported:

See Also:
TestPackage.getD()

Method Summary
 String getX()
          Returns the value of the 'X' attribute.
 org.eclipse.emf.common.util.EList<Integer> getYList()
          Returns the value of the 'YList' attribute list.
 void setX(String value)
          Sets the value of the 'X' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getX

String getX()
Returns the value of the 'X' attribute.

If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'X' attribute.
See Also:
setX(String), TestPackage.getD_X()

setX

void setX(String value)
Sets the value of the 'X' attribute.

Parameters:
value - the new value of the 'X' attribute.
See Also:
getX()

getYList

org.eclipse.emf.common.util.EList<Integer> getYList()
Returns the value of the 'YList' attribute list. The list contents are of type Integer.

If the meaning of the 'YList' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'YList' attribute list.
See Also:
TestPackage.getD_YList()


Copyright © 2015. All Rights Reserved.