com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation
Interface BPELError

All Superinterfaces:
com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.Error<BPELException>

public interface BPELError
extends com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.Error<BPELException>


Method Summary
 BPELElement getElement()
           
 BPELException getError()
           
 void setElement(BPELElement elmt)
           
 void setError(BPELException ex)
           
 

Method Detail

getError

BPELException getError()
Specified by:
getError in interface com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.Error<BPELException>

setError

void setError(BPELException ex)
Specified by:
setError in interface com.ebmwebsourcing.easyviper.core.api.model.compiler.validation.Error<BPELException>

getElement

BPELElement getElement()

setElement

void setElement(BPELElement elmt)


Copyright © 2011 Petals Link. All Rights Reserved.