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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
name
- 
type
- 
value
 
- 
- 
Constructor Details- 
FieldDeclaration
- 
FieldDeclarationpublic FieldDeclaration()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getType
- 
setType
- 
getValue
- 
setValue
 
-