org.ow2.bonita.facade.def.element.impl
Class ConditionDefinitionImpl
java.lang.Object
org.ow2.bonita.facade.def.element.impl.ConditionDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.bonita.facade.def.element.ConditionDefinition
public class ConditionDefinitionImpl
- extends java.lang.Object
- implements org.ow2.bonita.facade.def.element.ConditionDefinition
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.ConditionDefinition |
org.ow2.bonita.facade.def.element.ConditionDefinition.Type |
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 org.ow2.bonita.facade.def.element.ConditionDefinition.Type type
xpression
protected java.lang.String xpression
xpressionContentAsString
protected java.lang.String xpressionContentAsString
ConditionDefinitionImpl
protected ConditionDefinitionImpl()
ConditionDefinitionImpl
public ConditionDefinitionImpl(java.lang.String contentAsString,
org.ow2.bonita.facade.def.element.ConditionDefinition.Type type,
java.lang.String xpression,
java.lang.String xpressionContentAsString)
ConditionDefinitionImpl
public ConditionDefinitionImpl(org.ow2.bonita.facade.def.element.ConditionDefinition src)
getContentAsString
public java.lang.String getContentAsString()
- Specified by:
getContentAsString
in interface org.ow2.bonita.facade.def.element.ConditionDefinition
getType
public org.ow2.bonita.facade.def.element.ConditionDefinition.Type getType()
- Specified by:
getType
in interface org.ow2.bonita.facade.def.element.ConditionDefinition
getXpression
public java.lang.String getXpression()
- Specified by:
getXpression
in interface org.ow2.bonita.facade.def.element.ConditionDefinition
getXpressionContentAsString
public java.lang.String getXpressionContentAsString()
- Specified by:
getXpressionContentAsString
in interface org.ow2.bonita.facade.def.element.ConditionDefinition
Copyright © 2009 OW2 Consortium. All Rights Reserved.