Package | Description |
---|---|
org.jboss.drools | |
org.jboss.drools.impl | |
org.jboss.drools.util |
Modifier and Type | Method and Description |
---|---|
MetaDataType |
DroolsFactory.createMetaDataType()
Returns a new object of class 'Meta Data Type'
|
MetaDataType |
DocumentRoot.getMetaData()
Returns the value of the 'Meta Data' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentRoot.setMetaData(MetaDataType value)
Sets the value of the '
Meta Data ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
MetaDataTypeImpl
An implementation of the model object 'Meta Data Type'
|
Modifier and Type | Method and Description |
---|---|
MetaDataType |
DroolsFactoryImpl.createMetaDataType() |
MetaDataType |
DocumentRootImpl.getMetaData() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetMetaData(MetaDataType newMetaData,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DocumentRootImpl.setMetaData(MetaDataType newMetaData) |
Modifier and Type | Method and Description |
---|---|
T |
DroolsSwitch.caseMetaDataType(MetaDataType object)
Returns the result of interpreting the object as an instance of 'Meta Data Type'
|
boolean |
DroolsValidator.validateMetaDataType(MetaDataType metaDataType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.