Package jadex.bpmn.model
Class MProperty
java.lang.Object
jadex.bpmn.model.MIdElement
jadex.bpmn.model.MAnnotationElement
jadex.bpmn.model.MProperty
- Direct Known Subclasses:
MParameter
A parameter model element.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.common.ClassInfo
The clazz.protected jadex.common.UnparsedExpression
The initial value.protected String
The name.Fields inherited from class jadex.bpmn.model.MAnnotationElement
annotations
Fields inherited from class jadex.bpmn.model.MIdElement
id, ID_GENERATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjadex.common.ClassInfo
getClazz()
Get the clazz.jadex.common.UnparsedExpression
Get the initialval.Get the initialval.getName()
Get the name.void
setClazz
(jadex.common.ClassInfo clazz) Set the clazz.void
setInitialValue
(jadex.common.UnparsedExpression initialval) Set the initial value.void
setInitialValue
(String initialval) Set the initial value.void
Set the name.toString()
Get the string representation.Methods inherited from class jadex.bpmn.model.MAnnotationElement
addAnnotation, getAnnotations
Methods inherited from class jadex.bpmn.model.MIdElement
equals, getId, hashCode, setId
-
Field Details
-
clazz
protected jadex.common.ClassInfo clazzThe clazz. -
name
The name. -
initialval
protected jadex.common.UnparsedExpression initialvalThe initial value.
-
-
Constructor Details
-
MProperty
public MProperty()Create a new parameter. -
MProperty
public MProperty(jadex.common.ClassInfo clazz, String name, jadex.common.UnparsedExpression initialval) Create a new parameter.
-
-
Method Details
-
getClazz
public jadex.common.ClassInfo getClazz()Get the clazz.- Returns:
- The clazz.
-
setClazz
public void setClazz(jadex.common.ClassInfo clazz) Set the clazz.- Parameters:
clazz
- The clazz to set.
-
getName
Get the name.- Returns:
- The name.
-
setName
Set the name.- Parameters:
name
- The name to set.
-
getInitialValue
public jadex.common.UnparsedExpression getInitialValue()Get the initialval.- Returns:
- The initialval.
-
getInitialValueString
Get the initialval.- Returns:
- The initialval.
-
setInitialValue
public void setInitialValue(jadex.common.UnparsedExpression initialval) Set the initial value.- Parameters:
initialval
- The initial value to set.
-
setInitialValue
Set the initial value.- Parameters:
initialval
- The initial value to set.
-
toString
Get the string representation.
-