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 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.-
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
-
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()
-
-