Package com._1c.g5.v8.dt.style.model
Interface Style
-
- All Superinterfaces:
AbstractStyle
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StyleImpl
public interface Style extends IBmObject, AbstractStyle
A representation of the model object 'Style'.The following features are supported:
- See Also:
StylePackage.getStyle()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>
getItems()
Returns the value of the 'Items' containment reference list.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.AbstractStyle
getMdStyle, setMdStyle
-
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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getItems
org.eclipse.emf.common.util.EList<StyleItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeStyleItem
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
StylePackage.getStyle_Items()
-
-