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

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.ConditionDefinition
org.ow2.bonita.facade.def.element.ConditionDefinition.Type
 
Field Summary
protected  java.lang.String contentAsString
           
protected  org.ow2.bonita.facade.def.element.ConditionDefinition.Type type
           
protected  java.lang.String xpression
           
protected  java.lang.String xpressionContentAsString
           
 
Constructor Summary
protected ConditionDefinitionImpl()
           
  ConditionDefinitionImpl(org.ow2.bonita.facade.def.element.ConditionDefinition src)
           
  ConditionDefinitionImpl(java.lang.String contentAsString, org.ow2.bonita.facade.def.element.ConditionDefinition.Type type, java.lang.String xpression, java.lang.String xpressionContentAsString)
           
 
Method Summary
 java.lang.String getContentAsString()
           
 org.ow2.bonita.facade.def.element.ConditionDefinition.Type getType()
           
 java.lang.String getXpression()
           
 java.lang.String getXpressionContentAsString()
           
 
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 org.ow2.bonita.facade.def.element.ConditionDefinition.Type type

xpression

protected java.lang.String xpression

xpressionContentAsString

protected java.lang.String xpressionContentAsString
Constructor Detail

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)
Method Detail

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.