Package com._1c.g5.v8.dt.platform.model
Interface PlatformPicture
- All Superinterfaces:
DuallyNamedElement
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Picture
,PictureDef
- All Known Implementing Classes:
PlatformPictureImpl
A representation of the model object 'Picture'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Composite Id' attribute.Returns the value of the 'Picture Using' attribute.getUrl()
Returns the value of the 'Url' attribute.void
setCompositeId
(CompositeId value) Sets the value of the 'Composite Id
' attribute.void
Sets the value of the 'Picture Using
' attribute.void
Sets the value of the 'Url
' attribute.Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
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 com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
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
-
getCompositeId
CompositeId getCompositeId()Returns the value of the 'Composite Id' attribute.- Returns:
- the value of the 'Composite Id' attribute.
- See Also:
-
setCompositeId
Sets the value of the 'Composite Id
' attribute.- Parameters:
value
- the new value of the 'Composite Id' attribute.- See Also:
-
getUrl
String getUrl()Returns the value of the 'Url' attribute.- Returns:
- the value of the 'Url' attribute.
- See Also:
-
setUrl
Sets the value of the 'Url
' attribute.- Parameters:
value
- the new value of the 'Url' attribute.- See Also:
-
getPictureUsing
PlatformPictureUsing getPictureUsing()Returns the value of the 'Picture Using' attribute. The literals are from the enumerationPlatformPictureUsing
.- Returns:
- the value of the 'Picture Using' attribute.
- See Also:
-
setPictureUsing
Sets the value of the 'Picture Using
' attribute.- Parameters:
value
- the new value of the 'Picture Using' attribute.- See Also:
-