OCL

org.topcased.checkresultmodel
Interface Package

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

public interface Package
extends EObject

A representation of the model object 'Package'.

The following features are supported:

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

Method Summary
 EList<Context> getContext()
          Returns the value of the 'Context' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 EPackage getPackageReference()
          Returns the value of the 'Package Reference' reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setPackageReference(EPackage value)
          Sets the value of the 'Package Reference' 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
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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:
setName(String), CheckresultmodelPackage.getPackage_Name()
** Generated **
Model:
required="true"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

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

getContext

EList<Context> getContext()
Returns the value of the 'Context' containment reference list. The list contents are of type Context.

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

Returns:
the value of the 'Context' containment reference list.
See Also:
CheckresultmodelPackage.getPackage_Context()
** Generated **
Model:
type="org.topcased.checkresultmodel.Context" containment="true"

getPackageReference

EPackage getPackageReference()
Returns the value of the 'Package Reference' reference.

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

Returns:
the value of the 'Package Reference' reference.
See Also:
setPackageReference(EPackage), CheckresultmodelPackage.getPackage_PackageReference()
** Generated **
Model:
required="true"

setPackageReference

void setPackageReference(EPackage value)
Sets the value of the 'Package Reference' reference.

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

OCL

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