Interface AdaptedGradientColoredAreas
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AdaptedGradientColoredAreasImpl
public interface AdaptedGradientColoredAreas extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Adapted Gradient Colored Areas'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<GradientColoredAreas>
getAdaptedGradientColoredAreas()
Returns the value of the 'Adapted Gradient Colored Areas' containment reference list.java.lang.String
getDefinedStyleId()
Returns the value of the 'Defined Style Id' attribute.java.lang.Integer
getGradientType()
Returns the value of the 'Gradient Type' attribute.void
setDefinedStyleId(java.lang.String value)
Sets the value of the 'Defined Style Id
' attribute.void
setGradientType(java.lang.Integer value)
Sets the value of the 'Gradient Type
' attribute.
-
-
-
Method Detail
-
getDefinedStyleId
java.lang.String getDefinedStyleId()
Returns the value of the 'Defined Style Id' attribute.If the meaning of the 'Defined Style Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Defined Style Id' attribute.
- See Also:
setDefinedStyleId(String)
,StylesPackage.getAdaptedGradientColoredAreas_DefinedStyleId()
-
setDefinedStyleId
void setDefinedStyleId(java.lang.String value)
Sets the value of the 'Defined Style Id
' attribute.- Parameters:
value
- the new value of the 'Defined Style Id' attribute.- See Also:
getDefinedStyleId()
-
getAdaptedGradientColoredAreas
org.eclipse.emf.common.util.EList<GradientColoredAreas> getAdaptedGradientColoredAreas()
Returns the value of the 'Adapted Gradient Colored Areas' containment reference list. The list contents are of typeGradientColoredAreas
.If the meaning of the 'Adapted Gradient Colored Areas' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Adapted Gradient Colored Areas' containment reference list.
- See Also:
StylesPackage.getAdaptedGradientColoredAreas_AdaptedGradientColoredAreas()
-
getGradientType
java.lang.Integer getGradientType()
Returns the value of the 'Gradient Type' attribute.If the meaning of the 'Gradient Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Gradient Type' attribute.
- See Also:
setGradientType(Integer)
,StylesPackage.getAdaptedGradientColoredAreas_GradientType()
-
setGradientType
void setGradientType(java.lang.Integer value)
Sets the value of the 'Gradient Type
' attribute.- Parameters:
value
- the new value of the 'Gradient Type' attribute.- See Also:
getGradientType()
-
-