Bus

org.topcased.comparisonresultmodel
Interface ComparisonObject

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

public interface ComparisonObject
extends EObject

A representation of the model object 'Comparison Object'.

The following features are supported:

See Also:
ComparisonresultmodelPackage.getComparisonObject()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getLabel()
          Returns the value of the 'Label' attribute
 java.lang.String getReason()
          Returns the value of the 'Reason' attribute
 EObject getSourceObject()
          Returns the value of the 'Source Object' containment reference
 boolean isSource()
          Returns the value of the 'Source' attribute
 void setLabel(java.lang.String value)
          Sets the value of the 'Label' attribute
 void setReason(java.lang.String value)
          Sets the value of the 'Reason' attribute
 void setSource(boolean value)
          Sets the value of the 'Source' attribute
 void setSourceObject(EObject value)
          Sets the value of the 'Source Object' containment reference
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getLabel

java.lang.String getLabel()
Returns the value of the 'Label' attribute.

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

Returns:
the value of the 'Label' attribute.
See Also:
setLabel(String), ComparisonresultmodelPackage.getComparisonObject_Label()
** Generated **
Model:

setLabel

void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.

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

getReason

java.lang.String getReason()
Returns the value of the 'Reason' attribute.

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

Returns:
the value of the 'Reason' attribute.
See Also:
setReason(String), ComparisonresultmodelPackage.getComparisonObject_Reason()
** Generated **
Model:

setReason

void setReason(java.lang.String value)
Sets the value of the 'Reason' attribute.

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

isSource

boolean isSource()
Returns the value of the 'Source' attribute.

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

Returns:
the value of the 'Source' attribute.
See Also:
setSource(boolean), ComparisonresultmodelPackage.getComparisonObject_Source()
** Generated **
Model:

setSource

void setSource(boolean value)
Sets the value of the 'Source' attribute.

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

getSourceObject

EObject getSourceObject()
Returns the value of the 'Source Object' containment reference.

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

Returns:
the value of the 'Source Object' containment reference.
See Also:
setSourceObject(EObject), ComparisonresultmodelPackage.getComparisonObject_SourceObject()
** Generated **
Model:
containment="true"

setSourceObject

void setSourceObject(EObject value)
Sets the value of the 'Source Object' containment reference.

Parameters:
value - the new value of the 'Source Object' containment reference.
See Also:
getSourceObject()
** Generated **

Bus

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