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 Summary
All 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.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 Detail
-
getContent
org.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()
-
-