org.ceno.model
Interface Scope

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EObjectSerializable, org.eclipse.emf.common.notify.Notifier, java.io.Serializable

public interface Scope
extends EObjectSerializable

A representation of the model object 'Scope'.

The following features are supported:

See Also:
org.ceno.model.ModelPackage#getScope()

Method Summary
 java.lang.Integer getId()
          Returns the value of the 'Id' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setId(java.lang.Integer value)
          Sets the value of the 'Id' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

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), org.ceno.model.ModelPackage#getScope_Name()

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()

getId

java.lang.Integer getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(Integer), org.ceno.model.ModelPackage#getScope_Id()

setId

void setId(java.lang.Integer value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()