Uses of Interface
org.jboss.drools.MetaDataType
-
Packages that use MetaDataType Package Description org.jboss.drools org.jboss.drools.impl org.jboss.drools.util -
-
Uses of MetaDataType in org.jboss.drools
Methods in org.jboss.drools that return MetaDataType Modifier and Type Method Description MetaDataTypeDroolsFactory. createMetaDataType()Returns a new object of class 'Meta Data Type'.MetaDataTypeDocumentRoot. getMetaData()Returns the value of the 'Meta Data' containment reference.Methods in org.jboss.drools with parameters of type MetaDataType Modifier and Type Method Description voidDocumentRoot. setMetaData(MetaDataType value)Sets the value of the 'Meta Data' containment reference. -
Uses of MetaDataType in org.jboss.drools.impl
Classes in org.jboss.drools.impl that implement MetaDataType Modifier and Type Class Description classMetaDataTypeImplAn implementation of the model object 'Meta Data Type'.Methods in org.jboss.drools.impl that return MetaDataType Modifier and Type Method Description MetaDataTypeDroolsFactoryImpl. createMetaDataType()MetaDataTypeDocumentRootImpl. getMetaData()Methods in org.jboss.drools.impl with parameters of type MetaDataType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetMetaData(MetaDataType newMetaData, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setMetaData(MetaDataType newMetaData) -
Uses of MetaDataType in org.jboss.drools.util
Methods in org.jboss.drools.util with parameters of type MetaDataType Modifier and Type Method Description TDroolsSwitch. caseMetaDataType(MetaDataType object)Returns the result of interpreting the object as an instance of 'Meta Data Type'.booleanDroolsValidator. validateMetaDataType(MetaDataType metaDataType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-