Uses of Interface
org.jboss.drools.StringParameterType

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

Uses of StringParameterType in org.jboss.drools
 

Methods in org.jboss.drools that return StringParameterType
 StringParameterType DroolsFactory.createStringParameterType()
          Returns a new object of class 'String Parameter Type'
 StringParameterType DocumentRoot.getStringParameter()
          Returns the value of the 'String Parameter' containment reference
 

Methods in org.jboss.drools with parameters of type StringParameterType
 void DocumentRoot.setStringParameter(StringParameterType value)
          Sets the value of the 'String Parameter' containment reference
 

Uses of StringParameterType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement StringParameterType
 class StringParameterTypeImpl
          An implementation of the model object 'String Parameter Type'
 

Methods in org.jboss.drools.impl that return StringParameterType
 StringParameterType DroolsFactoryImpl.createStringParameterType()
           
 StringParameterType DocumentRootImpl.getStringParameter()
           
 

Methods in org.jboss.drools.impl with parameters of type StringParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetStringParameter(StringParameterType newStringParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setStringParameter(StringParameterType newStringParameter)
           
 

Uses of StringParameterType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type StringParameterType
 T DroolsSwitch.caseStringParameterType(StringParameterType object)
          Returns the result of interpreting the object as an instance of 'String Parameter Type'
 boolean DroolsValidator.validateStringParameterType(StringParameterType stringParameterType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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