org.activiti.engine.impl.bpmn.parser
类 Error

java.lang.Object
  继承者 org.activiti.engine.impl.bpmn.parser.Error

public class Error
extends Object

Represents a BPMN Error definition, whereas BpmnError represents an actual instance of an Error.

作者:
Joram Barrez

字段摘要
protected  String errorCode
           
protected  String id
           
 
构造方法摘要
Error()
           
 
方法摘要
 String getErrorCode()
           
 String getId()
           
 void setErrorCode(String errorCode)
           
 void setId(String id)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

id

protected String id

errorCode

protected String errorCode
构造方法详细信息

Error

public Error()
方法详细信息

getId

public String getId()

setId

public void setId(String id)

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String errorCode)


Copyright © 2013 Alfresco. All rights reserved.