Package com._1c.g5.v8.dt.metadata.common
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:
- CommonPackage.getAbsPicture()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Byte>getContent()Returns the value of the 'Content' attribute list.- 
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- 
getContentorg.eclipse.emf.common.util.EList<Byte> getContent() Returns the value of the 'Content' attribute list. The list contents are of typeByte.- Returns:
- the value of the 'Content' attribute list.
- See Also:
- CommonPackage.getAbsPicture_Content()
 
 
- 
 
-