de.cau.cs.kieler.krep.editors.rif.rif
Interface Data

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
DataImpl

public interface Data
extends EObject

A representation of the model object 'Data'.

The following features are supported:

See Also:
RifPackage.getData()
Rating red
Generated:
This code was automatically generated.
Model element

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

getVal

int getVal()
Returns the value of the 'Val' attribute.

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

Returns:
the value of the 'Val' attribute.
See Also:
setVal(int), RifPackage.getData_Val()
Generated:
This code was automatically generated.
Model element

setVal

void setVal(int value)
Sets the value of the 'Val' attribute.

Parameters:
value - the new value of the 'Val' attribute.
See Also:
getVal()
Generated:
This code was automatically generated.

getTrue

String getTrue()
Returns the value of the 'True' attribute.

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

Returns:
the value of the 'True' attribute.
See Also:
setTrue(String), RifPackage.getData_True()
Generated:
This code was automatically generated.
Model element

setTrue

void setTrue(String value)
Sets the value of the 'True' attribute.

Parameters:
value - the new value of the 'True' attribute.
See Also:
getTrue()
Generated:
This code was automatically generated.

getFalse

String getFalse()
Returns the value of the 'False' attribute.

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

Returns:
the value of the 'False' attribute.
See Also:
setFalse(String), RifPackage.getData_False()
Generated:
This code was automatically generated.
Model element

setFalse

void setFalse(String value)
Sets the value of the 'False' attribute.

Parameters:
value - the new value of the 'False' attribute.
See Also:
getFalse()
Generated:
This code was automatically generated.