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
 
 public interface GraphicalSchemePicture extends PictureDef A representation of the model object 'Graphical Scheme Picture'.The following features are supported: - See Also:
- ModelPackage.getGraphicalSchemePicture()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()Returns the value of the 'Content' attribute.StringgetFileExtension()Returns the value of the 'File Extension' attribute.voidsetContent(String value)Sets the value of the 'Content' attribute.voidsetFileExtension(String value)Sets the value of the 'File Extension' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.PictureDefgetGlyph, getTransparentPixel, setGlyph, setTransparentPixel
 
- 
 
- 
- 
- 
Method Detail- 
getContentString getContent() Returns the value of the 'Content' attribute.- Returns:
- the value of the 'Content' attribute.
- See Also:
- setContent(String),- ModelPackage.getGraphicalSchemePicture_Content()
 
 - 
setContentvoid setContent(String value) Sets the value of the 'Content' attribute.- Parameters:
- value- the new value of the 'Content' attribute.
- See Also:
- getContent()
 
 - 
getFileExtensionString getFileExtension() Returns the value of the 'File Extension' attribute.- Returns:
- the value of the 'File Extension' attribute.
- See Also:
- setFileExtension(String),- ModelPackage.getGraphicalSchemePicture_FileExtension()
 
 - 
setFileExtensionvoid setFileExtension(String value) Sets the value of the 'File Extension' attribute.- Parameters:
- value- the new value of the 'File Extension' attribute.
- See Also:
- getFileExtension()
 
 
- 
 
-