Package com._1c.g5.v8.dt.platform.model
Interface PlatformColor
- All Superinterfaces:
Color
,ColorDef
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PlatformColorImpl
A representation of the model object 'Color'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
blue()
Returns the value of the 'Composite Id' attribute.int
green()
int
red()
void
setCompositeId
(CompositeId value) Sets the value of the 'Composite Id
' attribute.Methods inherited from interface com._1c.g5.v8.dt.mcore.ColorDef
getBlue, getGreen, getRed, setBlue, setGreen, setRed
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
-
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:
-
red
int red() -
green
int green() -
blue
int blue() -
compositeId
CompositeId compositeId()- Specified by:
compositeId
in interfaceColor
- Specified by:
compositeId
in interfaceColorDef
-