Package jadex.bpmn.model
Class MContextVariable
- java.lang.Object
- 
- jadex.bridge.modelinfo.UnparsedExpression
- 
- jadex.bridge.modelinfo.Argument
- 
- jadex.bpmn.model.MContextVariable
 
 
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.Map<java.lang.String,UnparsedExpression>configinitialvaluesInitial values for configurations- 
Fields inherited from class jadex.bridge.modelinfo.Argumentdescription
 
- 
 - 
Constructor SummaryConstructors Constructor Description MContextVariable()Create a new argument.MContextVariable(java.lang.String name, java.lang.String description, java.lang.String classname, java.lang.String defaultvalue)Create a new argument.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UnparsedExpressiongetConfigValue(java.lang.String config)Get the value for a specific configuration only.UnparsedExpressiongetValue(java.lang.String config)Get the value for a specific configuration.UnparsedExpressionremoveValue(java.lang.String config)Removes the value for a specific configuration.voidsetValue(java.lang.String config, UnparsedExpression value)Set the value for a specific configuration.- 
Methods inherited from class jadex.bridge.modelinfo.ArgumentconvertArguments, getDefaultValue, getDescription, getResult, setDescription, toString, validate
 - 
Methods inherited from class jadex.bridge.modelinfo.UnparsedExpressiongetClazz, getLanguage, getName, getParsed, getValue, setClazz, setLanguage, setName, setParsedExp, setValue
 
- 
 
- 
- 
- 
Field Detail- 
configinitialvaluesprotected java.util.Map<java.lang.String,UnparsedExpression> configinitialvalues Initial values for configurations
 
- 
 - 
Method Detail- 
removeValuepublic UnparsedExpression removeValue(java.lang.String config) Removes the value for a specific configuration.- Parameters:
- config- The configuration.
- Returns:
- The expression.
 
 - 
getValuepublic UnparsedExpression getValue(java.lang.String config) Get the value for a specific configuration.- Parameters:
- config- The configuration.
- Returns:
- The expression.
 
 - 
getConfigValuepublic UnparsedExpression getConfigValue(java.lang.String config) Get the value for a specific configuration only.- Parameters:
- config- The configuration.
- Returns:
- The expression.
 
 - 
setValuepublic void setValue(java.lang.String config, UnparsedExpression value)Set the value for a specific configuration.- Parameters:
- config- The configuration.
 
 
- 
 
-