Interface Interface
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- MdObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- InterfaceImpl
 
 public interface Interface extends MdObject A representation of the model object 'Interface'.The following features are supported: - See Also:
- MdClassPackage.getInterface()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MdExtObjectgetInterface()Returns the value of the 'Interface' reference.booleanisSwitchable()Returns the value of the 'Switchable' attribute.voidsetInterface(MdExtObject value)Sets the value of the 'Interface' reference.voidsetSwitchable(boolean value)Sets the value of the 'Switchable' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
 
- 
 
- 
- 
- 
Method Detail- 
getInterfaceMdExtObject getInterface() Returns the value of the 'Interface' reference.- Returns:
- the value of the 'Interface' reference.
- See Also:
- setInterface(MdExtObject),- MdClassPackage.getInterface_Interface()
 
 - 
setInterfacevoid setInterface(MdExtObject value) Sets the value of the 'Interface' reference.- Parameters:
- value- the new value of the 'Interface' reference.
- See Also:
- getInterface()
 
 - 
isSwitchableboolean isSwitchable() Returns the value of the 'Switchable' attribute.- Returns:
- the value of the 'Switchable' attribute.
- See Also:
- setSwitchable(boolean),- MdClassPackage.getInterface_Switchable()
 
 - 
setSwitchablevoid setSwitchable(boolean value) Sets the value of the 'Switchable' attribute.- Parameters:
- value- the new value of the 'Switchable' attribute.
- See Also:
- isSwitchable()
 
 
- 
 
-