All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.drools.PropertyParameters Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
/**
 */
package org.jboss.drools;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Property Parameters'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.jboss.drools.PropertyParameters#getProperty Property}
  • *
*

* * @see org.jboss.drools.DroolsPackage#getPropertyParameters() * @model extendedMetaData="name='PropertyParameters' kind='elementOnly'" * @generated */ public interface PropertyParameters extends EObject { /** * Returns the value of the 'Property' containment reference list. * The list contents are of type {@link org.jboss.drools.PropertyType}. * *

* If the meaning of the 'Property' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Property' containment reference list. * @see org.jboss.drools.DroolsPackage#getPropertyParameters_Property() * @model containment="true" * extendedMetaData="kind='element' name='Property' namespace='##targetNamespace'" * @generated */ EList getProperty(); } // PropertyParameters




© 2015 - 2025 Weber Informatics LLC | Privacy Policy