|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleTestObject
A representation of the model object 'Simple Test Object'.
The following features are supported:
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 |
---|
Date getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(Date)
,
TestPackage.getSimpleTestObject_Date()
void setDate(Date value)
Date
' attribute.
value
- the new value of the 'Date' attribute.getDate()
XMLGregorianCalendar getXmlDate()
If the meaning of the 'Xml Date' attribute isn't clear, there really should be more of a description here...
setXmlDate(XMLGregorianCalendar)
,
TestPackage.getSimpleTestObject_XmlDate()
void setXmlDate(XMLGregorianCalendar value)
Xml Date
' attribute.
value
- the new value of the 'Xml Date' attribute.getXmlDate()
TestEnum getMyEnum()
TestEnum
.
If the meaning of the 'My Enum' attribute isn't clear, there really should be more of a description here...
TestEnum
,
setMyEnum(TestEnum)
,
TestPackage.getSimpleTestObject_MyEnum()
void setMyEnum(TestEnum value)
My Enum
' attribute.
value
- the new value of the 'My Enum' attribute.TestEnum
,
getMyEnum()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |