org.camunda.bpm.engine.impl.bpmn.parser
Class FieldDeclaration

java.lang.Object
  extended by 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

Field Summary
protected  String name
           
protected  String type
           
protected  Object value
           
 
Constructor Summary
FieldDeclaration()
           
FieldDeclaration(String name, String type, Object value)
           
 
Method Summary
 String getName()
           
 String getType()
           
 Object getValue()
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

type

protected String type

value

protected Object value
Constructor Detail

FieldDeclaration

public FieldDeclaration(String name,
                        String type,
                        Object value)

FieldDeclaration

public FieldDeclaration()
Method Detail

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.