jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

bpsim
Interface ParameterValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BetaDistributionType, BinomialDistributionType, BooleanParameterType, ConstantParameter, DateTimeParameterType, DistributionParameter, DurationParameterType, EnumParameterType, ErlangDistributionType, ExpressionParameterType, FloatingParameterType, GammaDistributionType, LogNormalDistributionType, NegativeExponentialDistributionType, NormalDistributionType, NumericParameterType, PoissonDistributionType, StringParameterType, TriangularDistributionType, TruncatedNormalDistributionType, UniformDistributionType, UserDistributionType, WeibullDistributionType
All Known Implementing Classes:
BetaDistributionTypeImpl, BinomialDistributionTypeImpl, BooleanParameterTypeImpl, ConstantParameterImpl, DateTimeParameterTypeImpl, DistributionParameterImpl, DurationParameterTypeImpl, EnumParameterTypeImpl, ErlangDistributionTypeImpl, ExpressionParameterTypeImpl, FloatingParameterTypeImpl, GammaDistributionTypeImpl, LogNormalDistributionTypeImpl, NegativeExponentialDistributionTypeImpl, NormalDistributionTypeImpl, NumericParameterTypeImpl, ParameterValueImpl, PoissonDistributionTypeImpl, StringParameterTypeImpl, TriangularDistributionTypeImpl, TruncatedNormalDistributionTypeImpl, UniformDistributionTypeImpl, UserDistributionTypeImpl, WeibullDistributionTypeImpl

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

A representation of the model object 'Parameter Value'.

The following features are supported:

See Also:
BpsimPackage.getParameterValue()

Method Summary
 String getInstance()
          Returns the value of the 'Instance' attribute
 ResultType getResult()
          Returns the value of the 'Result' attribute.
 String getValidFor()
          Returns the value of the 'Valid For' attribute
 boolean isSetResult()
          Returns whether the value of the 'Result' attribute is set
 void setInstance(String value)
          Sets the value of the 'Instance' attribute
 void setResult(ResultType value)
          Sets the value of the 'Result' attribute
 void setValidFor(String value)
          Sets the value of the 'Valid For' attribute
 void unsetResult()
          Unsets the value of the 'Result' 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

getInstance

String getInstance()
Returns the value of the 'Instance' attribute.

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

Returns:
the value of the 'Instance' attribute.
See Also:
setInstance(String), BpsimPackage.getParameterValue_Instance()

setInstance

void setInstance(String value)
Sets the value of the 'Instance' attribute.

Parameters:
value - the new value of the 'Instance' attribute.
See Also:
getInstance()

getResult

ResultType getResult()
Returns the value of the 'Result' attribute. The literals are from the enumeration ResultType.

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

Returns:
the value of the 'Result' attribute.
See Also:
ResultType, isSetResult(), unsetResult(), setResult(ResultType), BpsimPackage.getParameterValue_Result()

setResult

void setResult(ResultType value)
Sets the value of the 'Result' attribute.

Parameters:
value - the new value of the 'Result' attribute.
See Also:
ResultType, isSetResult(), unsetResult(), getResult()

unsetResult

void unsetResult()
Unsets the value of the 'Result' attribute.

See Also:
isSetResult(), getResult(), setResult(ResultType)

isSetResult

boolean isSetResult()
Returns whether the value of the 'Result' attribute is set.

Returns:
whether the value of the 'Result' attribute is set.
See Also:
unsetResult(), getResult(), setResult(ResultType)

getValidFor

String getValidFor()
Returns the value of the 'Valid For' attribute.

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

Returns:
the value of the 'Valid For' attribute.
See Also:
setValidFor(String), BpsimPackage.getParameterValue_ValidFor()

setValidFor

void setValidFor(String value)
Sets the value of the 'Valid For' attribute.

Parameters:
value - the new value of the 'Valid For' attribute.
See Also:
getValidFor()

jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

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