|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Data
A representation of the model object 'Data'.
The following features are supported:
RifPackage.getData()
Method Summary | |
---|---|
String |
getFalse()
Returns the value of the 'False' attribute. |
String |
getTrue()
Returns the value of the 'True' attribute. |
int |
getVal()
Returns the value of the 'Val' attribute. |
void |
setFalse(String value)
Sets the value of the ' False ' attribute. |
void |
setTrue(String value)
Sets the value of the ' True ' attribute. |
void |
setVal(int value)
Sets the value of the ' Val ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
int getVal()
If the meaning of the 'Val' attribute isn't clear, there really should be more of a description here...
setVal(int)
,
RifPackage.getData_Val()
void setVal(int value)
Val
' attribute.
value
- the new value of the 'Val' attribute.getVal()
String getTrue()
If the meaning of the 'True' attribute isn't clear, there really should be more of a description here...
setTrue(String)
,
RifPackage.getData_True()
void setTrue(String value)
True
' attribute.
value
- the new value of the 'True' attribute.getTrue()
String getFalse()
If the meaning of the 'False' attribute isn't clear, there really should be more of a description here...
setFalse(String)
,
RifPackage.getData_False()
void setFalse(String value)
False
' attribute.
value
- the new value of the 'False' attribute.getFalse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |