|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileStatement
A representation of the model object 'File Statement'.
The following features are supported:
MOFScriptModelPackage.getFileStatement()
Method Summary | |
---|---|
java.lang.String |
getFileReference()
Returns the value of the 'File Reference' attribute |
ValueExpression |
getFileURI()
Returns the value of the 'File URI' containment reference |
boolean |
isUse()
Returns the value of the 'Use' attribute |
void |
setFileReference(java.lang.String value)
Sets the value of the ' File Reference ' attribute |
void |
setFileURI(ValueExpression value)
Sets the value of the ' File URI ' containment reference |
void |
setUse(boolean value)
Sets the value of the ' Use ' attribute |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptStatement |
---|
getOwner, setOwner |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptStatementOwner |
---|
getStatements, getVariables |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
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 |
---|
java.lang.String getFileReference()
If the meaning of the 'File Reference' attribute isn't clear, there really should be more of a description here...
setFileReference(String)
,
MOFScriptModelPackage.getFileStatement_FileReference()
void setFileReference(java.lang.String value)
File Reference
' attribute.
value
- the new value of the 'File Reference' attribute.getFileReference()
boolean isUse()
If the meaning of the 'Use' attribute isn't clear, there really should be more of a description here...
setUse(boolean)
,
MOFScriptModelPackage.getFileStatement_Use()
void setUse(boolean value)
Use
' attribute.
value
- the new value of the 'Use' attribute.isUse()
ValueExpression getFileURI()
If the meaning of the 'File URI' containment reference isn't clear, there really should be more of a description here...
setFileURI(ValueExpression)
,
MOFScriptModelPackage.getFileStatement_FileURI()
void setFileURI(ValueExpression value)
File URI
' containment reference.
value
- the new value of the 'File URI' containment reference.getFileURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |