public interface MetaDataType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DroolsPackage.getMetaDataType()| Modifier and Type | Method and Description |
|---|---|
String |
getMetaValue()
Returns the value of the 'Meta Value' attribute
|
String |
getName()
Returns the value of the 'Name' attribute
|
void |
setMetaValue(String value)
Sets the value of the '
Meta Value' attribute |
void |
setName(String value)
Sets the value of the '
Name' attribute |
String getMetaValue()
If the meaning of the 'Meta Value' attribute isn't clear, there really should be more of a description here...
setMetaValue(String),
DroolsPackage.getMetaDataType_MetaValue()void setMetaValue(String value)
Meta Value' attribute.
value - the new value of the 'Meta Value' attribute.getMetaValue()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DroolsPackage.getMetaDataType_Name()Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.