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.ClassInfoThe clazz.protected jadex.common.UnparsedExpressionThe initial value.protected StringThe name.Fields inherited from class jadex.bpmn.model.MAnnotationElement
annotationsFields inherited from class jadex.bpmn.model.MIdElement
id, ID_GENERATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjadex.common.ClassInfogetClazz()Get the clazz.jadex.common.UnparsedExpressionGet the initialval.Get the initialval.getName()Get the name.voidsetClazz(jadex.common.ClassInfo clazz) Set the clazz.voidsetInitialValue(jadex.common.UnparsedExpression initialval) Set the initial value.voidsetInitialValue(String initialval) Set the initial value.voidSet the name.toString()Get the string representation.Methods inherited from class jadex.bpmn.model.MAnnotationElement
addAnnotation, getAnnotationsMethods 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.
-