Interface ConfigurationCommandInterfaceItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConfigurationCommandInterfaceItemImpl
public interface ConfigurationCommandInterfaceItem extends IBmObject
A representation of the model object 'Configuration Command Interface Item'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subsystem
getSubsystem()
Returns the value of the 'Subsystem' reference.AdjustableBoolean
getVisibility()
Returns the value of the 'Visibility' containment reference.boolean
isVisibilityCustomized()
Returns the value of the 'Visibility Customized' attribute.void
setSubsystem(Subsystem value)
Sets the value of the 'Subsystem
' reference.void
setVisibility(AdjustableBoolean value)
Sets the value of the 'Visibility
' containment reference.void
setVisibilityCustomized(boolean value)
Sets the value of the 'Visibility Customized
' attribute.-
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
-
getSubsystem
Subsystem getSubsystem()
Returns the value of the 'Subsystem' reference.- Returns:
- the value of the 'Subsystem' reference.
- See Also:
setSubsystem(Subsystem)
,CmiDerivedDataPackage.getConfigurationCommandInterfaceItem_Subsystem()
-
setSubsystem
void setSubsystem(Subsystem value)
Sets the value of the 'Subsystem
' reference.- Parameters:
value
- the new value of the 'Subsystem' reference.- See Also:
getSubsystem()
-
isVisibilityCustomized
boolean isVisibilityCustomized()
Returns the value of the 'Visibility Customized' attribute.- Returns:
- the value of the 'Visibility Customized' attribute.
- See Also:
setVisibilityCustomized(boolean)
,CmiDerivedDataPackage.getConfigurationCommandInterfaceItem_VisibilityCustomized()
-
setVisibilityCustomized
void setVisibilityCustomized(boolean value)
Sets the value of the 'Visibility Customized
' attribute.- Parameters:
value
- the new value of the 'Visibility Customized' attribute.- See Also:
isVisibilityCustomized()
-
getVisibility
AdjustableBoolean getVisibility()
Returns the value of the 'Visibility' containment reference.- Returns:
- the value of the 'Visibility' containment reference.
- See Also:
setVisibility(AdjustableBoolean)
,CmiDerivedDataPackage.getConfigurationCommandInterfaceItem_Visibility()
-
setVisibility
void setVisibility(AdjustableBoolean value)
Sets the value of the 'Visibility
' containment reference.- Parameters:
value
- the new value of the 'Visibility' containment reference.- See Also:
getVisibility()
-
-