org.ow2.bonita.facade.def.element.impl
Class ConditionDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.element.impl.ConditionDefImpl
- All Implemented Interfaces:
- ConditionDef
public class ConditionDefImpl
- extends DefImpl
- implements ConditionDef
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contentAsString
protected java.lang.String contentAsString
type
protected ConditionDef.Type type
xpression
protected java.lang.String xpression
xpressionContentAsString
protected java.lang.String xpressionContentAsString
ConditionDefImpl
protected ConditionDefImpl()
ConditionDefImpl
public ConditionDefImpl(java.lang.String contentAsString,
ConditionDef.Type type,
java.lang.String xpression,
java.lang.String xpressionContentAsString)
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