Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Interface
Packages that use Interface
Package
Description
-
Uses of Interface in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return InterfaceModifier and TypeMethodDescriptionMdClassFactory.createInterface()
Returns a new object of class 'Interface'.Configuration.getDefaultInterface()
Returns the value of the 'Default Interface' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type InterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Interface>
Configuration.getInterfaces()
Returns the value of the 'Interfaces' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type InterfaceModifier and TypeMethodDescriptionvoid
Configuration.setDefaultInterface
(Interface value) Sets the value of the 'Default Interface
' reference. -
Uses of Interface in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement InterfaceModifier and TypeClassDescriptionclass
An implementation of the model object 'Interface'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return InterfaceModifier and TypeMethodDescriptionMdClassFactoryImpl.createInterface()
ConfigurationImpl.getDefaultInterface()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type InterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Interface>
ConfigurationImpl.getInterfaces()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type InterfaceModifier and TypeMethodDescriptionvoid
ConfigurationImpl.setDefaultInterface
(Interface newDefaultInterface) -
Uses of Interface in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type InterfaceModifier and TypeMethodDescriptionMdClassSwitch.caseInterface
(Interface object) Returns the result of interpreting the object as an instance of 'Interface'.boolean
MdClassValidator.validateInterface
(Interface interface_, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)