org.camunda.bpm.engine.impl.bpmn.parser
Class FieldDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
public class FieldDeclaration
- extends Object
Represents a field declaration in object form:
<field name='someField> <string ...
- Author:
- Joram Barrez, Frederik Heremans
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
type
protected String type
value
protected Object value
FieldDeclaration
public FieldDeclaration(String name,
String type,
Object value)
FieldDeclaration
public FieldDeclaration()
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getValue
public Object getValue()
setValue
public void setValue(Object value)
Copyright © 2015 camunda services GmbH. All rights reserved.