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
public interface CaiPanel extends CaiAbstractItem
A representation of the model object 'Panel'.The following features are supported:
- See Also:
CaiPackage.getCaiPanel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CaiDisplayTypegetDisplayType()Returns the value of the 'Display Type' attribute.StringgetName()Returns the value of the 'Name' attribute.booleanisSetDisplayType()Returns whether the value of the 'Display Type' attribute is set.voidsetDisplayType(CaiDisplayType value)Sets the value of the 'Display Type' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidunsetDisplayType()Unsets the value of the 'Display Type' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.cai.model.CaiAbstractItem
getId, setId
-
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),CaiPackage.getCaiPanel_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
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:
CaiDisplayType,isSetDisplayType(),unsetDisplayType(),setDisplayType(CaiDisplayType),CaiPackage.getCaiPanel_DisplayType()
-
setDisplayType
void setDisplayType(CaiDisplayType value)
Sets the value of the 'Display Type' attribute.- Parameters:
value- the new value of the 'Display Type' attribute.- See Also:
CaiDisplayType,isSetDisplayType(),unsetDisplayType(),getDisplayType()
-
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:
unsetDisplayType(),getDisplayType(),setDisplayType(CaiDisplayType)
-
-