Interface CommonPicture
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,Picture
,PictureDef
- All Known Implementing Classes:
CommonPictureImpl
public interface CommonPicture extends MdObject, PictureDef
A representation of the model object 'Common Picture'.The following features are supported:
- See Also:
MdClassPackage.getCommonPicture()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PictureDef
getPicture()
Returns the value of the 'Picture' containment reference.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.boolean
isAvailabilityForAppearance()
Returns the value of the 'Availability For Appearance' attribute.boolean
isAvailabilityForChoice()
Returns the value of the 'Availability For Choice' attribute.void
setAvailabilityForAppearance(boolean value)
Sets the value of the 'Availability For Appearance
' attribute.void
setAvailabilityForChoice(boolean value)
Sets the value of the 'Availability For Choice
' attribute.void
setPicture(PictureDef value)
Sets the value of the 'Picture
' containment reference.void
setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.-
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.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
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
-
getPicture
PictureDef getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(PictureDef)
,MdClassPackage.getCommonPicture_Picture()
-
setPicture
void setPicture(PictureDef value)
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
isAvailabilityForChoice
boolean isAvailabilityForChoice()
Returns the value of the 'Availability For Choice' attribute.- Returns:
- the value of the 'Availability For Choice' attribute.
- See Also:
setAvailabilityForChoice(boolean)
,MdClassPackage.getCommonPicture_AvailabilityForChoice()
-
setAvailabilityForChoice
void setAvailabilityForChoice(boolean value)
Sets the value of the 'Availability For Choice
' attribute.- Parameters:
value
- the new value of the 'Availability For Choice' attribute.- See Also:
isAvailabilityForChoice()
-
isAvailabilityForAppearance
boolean isAvailabilityForAppearance()
Returns the value of the 'Availability For Appearance' attribute.- Returns:
- the value of the 'Availability For Appearance' attribute.
- See Also:
setAvailabilityForAppearance(boolean)
,MdClassPackage.getCommonPicture_AvailabilityForAppearance()
-
setAvailabilityForAppearance
void setAvailabilityForAppearance(boolean value)
Sets the value of the 'Availability For Appearance
' attribute.- Parameters:
value
- the new value of the 'Availability For Appearance' attribute.- See Also:
isAvailabilityForAppearance()
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()
Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
setSuppressObject(EObject)
,MdClassPackage.getCommonPicture_SuppressObject()
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.- Parameters:
value
- the new value of the 'Suppress Object' reference.- See Also:
getSuppressObject()
-
-