org.ceno.model
Interface Resource

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

public interface Resource
extends EObjectSerializable

A representation of the model object 'Resource'.

The following features are supported:

See Also:
ModelPackage.getResource()

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

getFqName

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

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

Returns:
the value of the 'Fq Name' attribute.
See Also:
setFqName(String), ModelPackage.getResource_FqName()

setFqName

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

Parameters:
value - the new value of the 'Fq Name' attribute.
See Also:
getFqName()

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), ModelPackage.getResource_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()