Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemePicture
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Picture
,PictureDef
- All Known Implementing Classes:
GraphicalSchemePictureImpl
A representation of the model object 'Graphical Scheme Picture'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Content' attribute.Returns the value of the 'File Extension' attribute.void
setContent
(String value) Sets the value of the 'Content
' attribute.void
setFileExtension
(String value) Sets the value of the 'File Extension
' 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
Methods inherited from interface com._1c.g5.v8.dt.mcore.PictureDef
getGlyph, getTransparentPixel, setGlyph, setTransparentPixel
-
Method Details
-
getContent
String getContent()Returns the value of the 'Content' attribute.- Returns:
- the value of the 'Content' attribute.
- See Also:
-
setContent
Sets the value of the 'Content
' attribute.- Parameters:
value
- the new value of the 'Content' attribute.- See Also:
-
getFileExtension
String getFileExtension()Returns the value of the 'File Extension' attribute.- Returns:
- the value of the 'File Extension' attribute.
- See Also:
-
setFileExtension
Sets the value of the 'File Extension
' attribute.- Parameters:
value
- the new value of the 'File Extension' attribute.- See Also:
-