Package com._1c.g5.v8.dt.metadata.common
Interface UrlPicture
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- Picture,- PictureDef
 - All Known Implementing Classes:
- UrlPictureImpl
 
 public interface UrlPicture extends PictureDef A representation of the model object 'Url Picture'.The following features are supported: - See Also:
- CommonPackage.getUrlPicture()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUrl()Returns the value of the 'Url' attribute.voidsetUrl(String value)Sets the value of the 'Url' 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- 
getUrlString getUrl() Returns the value of the 'Url' attribute.- Returns:
- the value of the 'Url' attribute.
- See Also:
- setUrl(String),- CommonPackage.getUrlPicture_Url()
 
 
- 
 
-