jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4

Uses of Interface
org.jboss.drools.MetaentryType

Packages that use MetaentryType
org.jboss.drools   
org.jboss.drools.impl   
org.jboss.drools.util   
 

Uses of MetaentryType in org.jboss.drools
 

Methods in org.jboss.drools that return MetaentryType
 MetaentryType DroolsFactory.createMetaentryType()
          Returns a new object of class 'Metaentry Type'
 MetaentryType DocumentRoot.getMetaentry()
          Returns the value of the 'Metaentry' containment reference
 

Methods in org.jboss.drools that return types with arguments of type MetaentryType
 org.eclipse.emf.common.util.EList<MetaentryType> MetadataType.getMetaentry()
          Returns the value of the 'Metaentry' containment reference list.
 

Methods in org.jboss.drools with parameters of type MetaentryType
 void DocumentRoot.setMetaentry(MetaentryType value)
          Sets the value of the 'Metaentry' containment reference
 

Uses of MetaentryType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement MetaentryType
 class MetaentryTypeImpl
          An implementation of the model object 'Metaentry Type'
 

Fields in org.jboss.drools.impl with type parameters of type MetaentryType
protected  org.eclipse.emf.common.util.EList<MetaentryType> MetadataTypeImpl.metaentry
          The cached value of the 'Metaentry' containment reference list
 

Methods in org.jboss.drools.impl that return MetaentryType
 MetaentryType DroolsFactoryImpl.createMetaentryType()
           
 MetaentryType DocumentRootImpl.getMetaentry()
           
 

Methods in org.jboss.drools.impl that return types with arguments of type MetaentryType
 org.eclipse.emf.common.util.EList<MetaentryType> MetadataTypeImpl.getMetaentry()
           
 

Methods in org.jboss.drools.impl with parameters of type MetaentryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetMetaentry(MetaentryType newMetaentry, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setMetaentry(MetaentryType newMetaentry)
           
 

Uses of MetaentryType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type MetaentryType
 T DroolsSwitch.caseMetaentryType(MetaentryType object)
          Returns the result of interpreting the object as an instance of 'Metaentry Type'
 boolean DroolsValidator.validateMetaentryType(MetaentryType metaentryType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.