org.ow2.orchestra.facade.def
Interface ElseIfDefinition

All Superinterfaces:
CopyAble<ElseIfDefinition>, Serializable
All Known Implementing Classes:
ElseIfDefinitionImpl

public interface ElseIfDefinition
extends CopyAble<ElseIfDefinition>, Serializable


Method Summary
 ActivityDefinitionUUID getActivityDefinitionUUID()
           
 String getExpression()
           
 String getExpressionLanguage()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getExpressionLanguage

String getExpressionLanguage()
Returns:
the expression language

getExpression

String getExpression()
Returns:
the expression

getActivityDefinitionUUID

ActivityDefinitionUUID getActivityDefinitionUUID()
Returns:
the UUID of the enclosed activity in the elseIf


Copyright © 2011 OW2 Consortium. All Rights Reserved.