TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.interactions
Interface BVRProperty

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, INamedElement, IProperty, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CFGComparableProperty
All Known Implementing Classes:
BVRPropertyImpl, CFGComparablePropertyImpl

public interface BVRProperty
extends CMNNamedElement, IProperty

A representation of the model object 'BVR Property'.

See Also:
Common_Behavior_InteractionsPackage.getBVRProperty()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getDescription, getId, getName, setDescription, setId, setName
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getValue

public java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

Specified by:
getValue in interface IProperty
Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), Common_Behavior_InteractionsPackage.getBVRProperty_Value()

setValue

public void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Specified by:
setValue in interface IProperty
Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

TPTP 4.1.0 Platform Project
Public API Specification