Package com._1c.g5.v8.dt.cai.model
Interface CaiPanel
- All Superinterfaces:
CaiAbstractItem,org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CaiPanelImpl
A representation of the model object 'Panel'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Display Type' attribute.getName()Returns the value of the 'Name' attribute.booleanReturns whether the value of the 'Display Type' attribute is set.voidsetDisplayType(CaiDisplayType value) Sets the value of the 'Display Type' attribute.voidSets the value of the 'Name' attribute.voidUnsets the value of the 'Display Type' attribute.Methods inherited from interface com._1c.g5.v8.dt.cai.model.CaiAbstractItem
getId, setIdMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getDisplayType
CaiDisplayType getDisplayType()Returns the value of the 'Display Type' attribute. The literals are from the enumerationCaiDisplayType.- Returns:
- the value of the 'Display Type' attribute.
- See Also:
-
setDisplayType
Sets the value of the 'Display Type' attribute.- Parameters:
value- the new value of the 'Display Type' attribute.- See Also:
-
unsetDisplayType
void unsetDisplayType()Unsets the value of the 'Display Type' attribute. -
isSetDisplayType
boolean isSetDisplayType()Returns whether the value of the 'Display Type' attribute is set.- Returns:
- whether the value of the 'Display Type' attribute is set.
- See Also:
-