jBPM :: BPMN2 EMF Extension Model 6.2.0.CR4

org.jboss.drools
Interface MetaDataType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MetaDataTypeImpl

public interface MetaDataType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Meta Data Type'.

The following features are supported:

See Also:
DroolsPackage.getMetaDataType()

Method Summary
 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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMetaValue

String getMetaValue()
Returns the value of the 'Meta Value' attribute.

If the meaning of the 'Meta Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Meta Value' attribute.
See Also:
setMetaValue(String), DroolsPackage.getMetaDataType_MetaValue()

setMetaValue

void setMetaValue(String value)
Sets the value of the 'Meta Value' attribute.

Parameters:
value - the new value of the 'Meta Value' attribute.
See Also:
getMetaValue()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DroolsPackage.getMetaDataType_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

jBPM :: BPMN2 EMF Extension Model 6.2.0.CR4

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