Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Interface
-
Packages that use Interface Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of Interface in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Interface Modifier and Type Method Description Interface
MdClassFactory. createInterface()
Returns a new object of class 'Interface'.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 Interface Modifier and Type Method Description org.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 Interface Modifier and Type Method Description void
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 Interface Modifier and Type Class Description class
InterfaceImpl
An implementation of the model object 'Interface'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Interface Modifier and Type Method Description Interface
MdClassFactoryImpl. createInterface()
Interface
ConfigurationImpl. getDefaultInterface()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Interface Modifier and Type Method Description org.eclipse.emf.common.util.EList<Interface>
ConfigurationImpl. getInterfaces()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Interface Modifier and Type Method Description void
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 Interface Modifier and Type Method Description T
MdClassSwitch. 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)
-