Interface AbsPicture

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Picture, PictureDef
All Known Implementing Classes:
AbsPictureImpl

public interface AbsPicture extends PictureDef
A representation of the model object 'Abs Picture'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Byte>
    Returns the value of the 'Content' attribute list.

    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

      org.eclipse.emf.common.util.EList<Byte> getContent()
      Returns the value of the 'Content' attribute list. The list contents are of type Byte.
      Returns:
      the value of the 'Content' attribute list.
      See Also: