|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileResource
A representation of the model object 'File Resource'.
The following features are supported:
FrmPackage.getFileResource()
Method Summary | |
---|---|
byte[] |
getContent()
Returns the value of the 'Content' attribute |
java.lang.String |
getExtension()
Returns the value of the 'Extension' attribute |
java.lang.String |
getMimeType()
Returns the value of the 'Mime Type' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getRelativePath()
Returns the value of the 'Relative Path' attribute |
void |
setContent(byte[] value)
Sets the value of the ' Content ' attribute |
void |
setExtension(java.lang.String value)
Sets the value of the ' Extension ' attribute |
void |
setMimeType(java.lang.String value)
Sets the value of the ' Mime Type ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setRelativePath(java.lang.String value)
Sets the value of the ' Relative Path ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
FrmPackage.getFileResource_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getExtension()
If the meaning of the 'Extension' attribute isn't clear, there really should be more of a description here...
setExtension(String)
,
FrmPackage.getFileResource_Extension()
void setExtension(java.lang.String value)
Extension
' attribute.
value
- the new value of the 'Extension' attribute.getExtension()
java.lang.String getRelativePath()
If the meaning of the 'Relative Path' attribute isn't clear, there really should be more of a description here...
setRelativePath(String)
,
FrmPackage.getFileResource_RelativePath()
void setRelativePath(java.lang.String value)
Relative Path
' attribute.
value
- the new value of the 'Relative Path' attribute.getRelativePath()
java.lang.String getMimeType()
If the meaning of the 'Mime Type' attribute isn't clear, there really should be more of a description here...
setMimeType(String)
,
FrmPackage.getFileResource_MimeType()
void setMimeType(java.lang.String value)
Mime Type
' attribute.
value
- the new value of the 'Mime Type' attribute.getMimeType()
byte[] getContent()
If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
setContent(byte[])
,
FrmPackage.getFileResource_Content()
void setContent(byte[] value)
Content
' attribute.
value
- the new value of the 'Content' attribute.getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |