Package jadex.bpmn.model
Class MAnnotationDetail
java.lang.Object
jadex.bpmn.model.MIdElement
jadex.bpmn.model.MAnnotationDetail
The annotation detail class for storing the key and
value of an annotation detail.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The key.protected String
The type.protected String
The value.Fields inherited from class jadex.bpmn.model.MIdElement
id, ID_GENERATOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadex.bpmn.model.MIdElement
equals, getId, hashCode, setId
-
Field Details
-
type
The type. -
key
The key. -
value
The value.
-
-
Constructor Details
-
MAnnotationDetail
public MAnnotationDetail()
-
-
Method Details
-
getType
Get the type.- Returns:
- The type.
-
setType
Set the type.- Parameters:
type
- The type to set.
-
getKey
Get the key.- Returns:
- The key.
-
setKey
Set the key.- Parameters:
key
- The key to set.
-
getValue
Get the value.- Returns:
- The value.
-
setValue
Set the value.- Parameters:
value
- The value to set.
-