OCL

org.topcased.checkresultmodel
Interface Item

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

public interface Item
extends EObject

A representation of the model object 'Item'.

The following features are supported:

See Also:
CheckresultmodelPackage.getItem()
** Generated **
Model:

Method Summary
 State getName()
          Returns the value of the 'Name' attribute.
 EObject getReference()
          Returns the value of the 'Reference' reference
 java.lang.Boolean getValue()
          Returns the value of the 'Value' attribute.
 void setName(State value)
          Sets the value of the 'Name' attribute
 void setReference(EObject value)
          Sets the value of the 'Reference' reference
 void setValue(java.lang.Boolean value)
          Sets the value of the 'Value' 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

getName

State getName()
Returns the value of the 'Name' attribute. The literals are from the enumeration State.

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

Returns:
the value of the 'Name' attribute.
See Also:
State, setName(State), CheckresultmodelPackage.getItem_Name()
** Generated **
Model:
id="true"

setName

void setName(State value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
State, getName()
** Generated **

getReference

EObject getReference()
Returns the value of the 'Reference' reference.

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

Returns:
the value of the 'Reference' reference.
See Also:
setReference(EObject), CheckresultmodelPackage.getItem_Reference()
** Generated **
Model:
required="true"

setReference

void setReference(EObject value)
Sets the value of the 'Reference' reference.

Parameters:
value - the new value of the 'Reference' reference.
See Also:
getReference()
** Generated **

getValue

java.lang.Boolean getValue()
Returns the value of the 'Value' attribute. The default value is "false".

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(Boolean), CheckresultmodelPackage.getItem_Value()
** Generated **
Model:
default="false" required="true"

setValue

void setValue(java.lang.Boolean value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
** Generated **

OCL

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.