Class FieldDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
Represents a field declaration in object form:
<field name='someField> <string ...
- Author:
- Joram Barrez, Frederik Heremans
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
type
-
value
-
-
Constructor Details
-
FieldDeclaration
-
FieldDeclaration
public FieldDeclaration()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getValue
-
setValue
-