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 Summary
All 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.EObject
eAllContents, 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.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getInterface
MdExtObject getInterface()
Returns the value of the 'Interface' reference.- Returns:
- the value of the 'Interface' reference.
- See Also:
setInterface(MdExtObject),MdClassPackage.getInterface_Interface()
-
setInterface
void setInterface(MdExtObject value)
Sets the value of the 'Interface' reference.- Parameters:
value- the new value of the 'Interface' reference.- See Also:
getInterface()
-
isSwitchable
boolean isSwitchable()
Returns the value of the 'Switchable' attribute.- Returns:
- the value of the 'Switchable' attribute.
- See Also:
setSwitchable(boolean),MdClassPackage.getInterface_Switchable()
-
setSwitchable
void setSwitchable(boolean value)
Sets the value of the 'Switchable' attribute.- Parameters:
value- the new value of the 'Switchable' attribute.- See Also:
isSwitchable()
-
-