Package jadex.bpmn.task.info
Class PropertyMetaInfo
java.lang.Object
jadex.bpmn.task.info.PropertyMetaInfo
- Direct Known Subclasses:
ParameterMetaInfo
Meta information for a property.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new parameter meta info.PropertyMetaInfo(jadex.common.ClassInfo clinfo, String name, String initialval, String description) Create a new parameter meta info.PropertyMetaInfo(Class<?> clazz, String name, String initialval, String description) Create a new parameter meta info. -
Method Summary
Modifier and TypeMethodDescriptionjadex.common.ClassInfogetClazz()Get the clazz.Get the description.Get the initialval.getName()Get the name.voidsetClazz(jadex.common.ClassInfo clazz) Sets the clazz.voidsetDescription(String description) Sets the description.voidsetInitialValue(String initialval) Sets the initialval.voidSets the name.toString()Get the string representation.
-
Field Details
-
clazz
protected jadex.common.ClassInfo clazzThe clazz. -
name
The name. -
initialval
The initial value. -
description
The parameter description.
-
-
Constructor Details
-
Method Details
-
getClazz
public jadex.common.ClassInfo getClazz()Get the clazz.- Returns:
- The clazz.
-
getName
Get the name.- Returns:
- The name.
-
getInitialValue
Get the initialval.- Returns:
- The initialval.
-
getDescription
Get the description.- Returns:
- The description.
-
setClazz
public void setClazz(jadex.common.ClassInfo clazz) Sets the clazz.- Parameters:
clazz- The clazz.
-
setName
Sets the name.- Parameters:
name- The name.
-
setInitialValue
Sets the initialval.- Parameters:
initialval- The initialval.
-
setDescription
Sets the description.- Parameters:
description- The description.
-
toString
Get the string representation.
-