org.ow2.bonita.facade.def.element.impl
Class ConditionDefImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.element.impl.ConditionDefImpl
All Implemented Interfaces:
ConditionDef

public class ConditionDefImpl
extends DefImpl
implements ConditionDef


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.ConditionDef
ConditionDef.Type
 
Field Summary
protected  java.lang.String contentAsString
           
protected  ConditionDef.Type type
           
protected  java.lang.String xpression
           
protected  java.lang.String xpressionContentAsString
           
 
Constructor Summary
protected ConditionDefImpl()
           
  ConditionDefImpl(java.lang.String contentAsString, ConditionDef.Type type, java.lang.String xpression, java.lang.String xpressionContentAsString)
           
 
Method Summary
 ConditionDefImpl copy()
           
 java.lang.String getContentAsString()
           
 ConditionDef.Type getType()
           
 java.lang.String getXpression()
           
 java.lang.String getXpressionContentAsString()
           
 
Methods inherited from class org.ow2.bonita.facade.def.DefImpl
copy, copy, copy, copy, copy, copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentAsString

protected java.lang.String contentAsString

type

protected ConditionDef.Type type

xpression

protected java.lang.String xpression

xpressionContentAsString

protected java.lang.String xpressionContentAsString
Constructor Detail

ConditionDefImpl

protected ConditionDefImpl()

ConditionDefImpl

public ConditionDefImpl(java.lang.String contentAsString,
                        ConditionDef.Type type,
                        java.lang.String xpression,
                        java.lang.String xpressionContentAsString)
Method Detail

copy

public ConditionDefImpl copy()
Specified by:
copy in class DefImpl

getContentAsString

public java.lang.String getContentAsString()
Specified by:
getContentAsString in interface ConditionDef

getType

public ConditionDef.Type getType()
Specified by:
getType in interface ConditionDef

getXpression

public java.lang.String getXpression()
Specified by:
getXpression in interface ConditionDef

getXpressionContentAsString

public java.lang.String getXpressionContentAsString()
Specified by:
getXpressionContentAsString in interface ConditionDef