Interface AbstractStyle
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Style
- All Known Implementing Classes:
AbstractStyleImpl,StyleImpl
public interface AbstractStyle extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Abstract Style'.The following features are supported:
- See Also:
MdClassPackage.getAbstractStyle()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StylegetMdStyle()Returns the value of the 'Md Style' reference.voidsetMdStyle(Style value)Sets the value of the 'Md Style' reference.
-
-
-
Method Detail
-
getMdStyle
Style getMdStyle()
Returns the value of the 'Md Style' reference.- Returns:
- the value of the 'Md Style' reference.
- See Also:
setMdStyle(Style),MdClassPackage.getAbstractStyle_MdStyle()
-
setMdStyle
void setMdStyle(Style value)
Sets the value of the 'Md Style' reference.- Parameters:
value- the new value of the 'Md Style' reference.- See Also:
getMdStyle()
-
-