org.eclipse.emf.ecp.view.core.swt.test.model
Interface SimpleTestObject

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

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

A representation of the model object 'Simple Test Object'.

The following features are supported:

See Also:
TestPackage.getSimpleTestObject()

Method Summary
 Date getDate()
          Returns the value of the 'Date' attribute.
 TestEnum getMyEnum()
          Returns the value of the 'My Enum' attribute.
 XMLGregorianCalendar getXmlDate()
          Returns the value of the 'Xml Date' attribute.
 void setDate(Date value)
          Sets the value of the 'Date' attribute.
 void setMyEnum(TestEnum value)
          Sets the value of the 'My Enum' attribute.
 void setXmlDate(XMLGregorianCalendar value)
          Sets the value of the 'Xml Date' 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

getDate

Date getDate()
Returns the value of the 'Date' attribute.

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

Returns:
the value of the 'Date' attribute.
See Also:
setDate(Date), TestPackage.getSimpleTestObject_Date()

setDate

void setDate(Date value)
Sets the value of the 'Date' attribute.

Parameters:
value - the new value of the 'Date' attribute.
See Also:
getDate()

getXmlDate

XMLGregorianCalendar getXmlDate()
Returns the value of the 'Xml Date' attribute.

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

Returns:
the value of the 'Xml Date' attribute.
See Also:
setXmlDate(XMLGregorianCalendar), TestPackage.getSimpleTestObject_XmlDate()

setXmlDate

void setXmlDate(XMLGregorianCalendar value)
Sets the value of the 'Xml Date' attribute.

Parameters:
value - the new value of the 'Xml Date' attribute.
See Also:
getXmlDate()

getMyEnum

TestEnum getMyEnum()
Returns the value of the 'My Enum' attribute. The literals are from the enumeration TestEnum.

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

Returns:
the value of the 'My Enum' attribute.
See Also:
TestEnum, setMyEnum(TestEnum), TestPackage.getSimpleTestObject_MyEnum()

setMyEnum

void setMyEnum(TestEnum value)
Sets the value of the 'My Enum' attribute.

Parameters:
value - the new value of the 'My Enum' attribute.
See Also:
TestEnum, getMyEnum()


Copyright © 2015. All Rights Reserved.