OCL

org.topcased.checkresultmodel
Interface ModelInformation

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

public interface ModelInformation
extends EObject

A representation of the model object 'Model Information'.

The following features are supported:

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

Method Summary
 EObject getModelContent()
          Returns the value of the 'Model Content' reference
 java.lang.String getRuleFile()
          Returns the value of the 'Rule File' attribute
 void setModelContent(EObject value)
          Sets the value of the 'Model Content' reference
 void setRuleFile(java.lang.String value)
          Sets the value of the 'Rule File' 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

getModelContent

EObject getModelContent()
Returns the value of the 'Model Content' reference.

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

Returns:
the value of the 'Model Content' reference.
See Also:
setModelContent(EObject), CheckresultmodelPackage.getModelInformation_ModelContent()
** Generated **
Model:

setModelContent

void setModelContent(EObject value)
Sets the value of the 'Model Content' reference.

Parameters:
value - the new value of the 'Model Content' reference.
See Also:
getModelContent()
** Generated **

getRuleFile

java.lang.String getRuleFile()
Returns the value of the 'Rule File' attribute.

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

Returns:
the value of the 'Rule File' attribute.
See Also:
setRuleFile(String), CheckresultmodelPackage.getModelInformation_RuleFile()
** Generated **
Model:
required="true"

setRuleFile

void setRuleFile(java.lang.String value)
Sets the value of the 'Rule File' attribute.

Parameters:
value - the new value of the 'Rule File' attribute.
See Also:
getRuleFile()
** Generated **

OCL

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