Package com._1c.g5.v8.dt.style.model
Interface StyleItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BorderStyleItem
,ColorStyleItem
,FontStyleItem
- All Known Implementing Classes:
BorderStyleItemImpl
,ColorStyleItemImpl
,FontStyleItemImpl
,StyleItemImpl
public interface StyleItem extends IBmObject, NamedElement
A representation of the model object 'Item'.- See Also:
StylePackage.getStyleItem()
-
-
Method Summary
-
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
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
-
-