se.cambio.cds.gdl.model.readable.rule.lines.elements
Class RuleLineElementWithValue<E>

Package class diagram package RuleLineElementWithValue
java.lang.Object
  extended by se.cambio.cds.gdl.model.readable.rule.lines.elements.RuleLineElement
      extended by se.cambio.cds.gdl.model.readable.rule.lines.elements.RuleLineElementWithValue<E>
Direct Known Subclasses:
AbstractComparisonOperatorRuleLineElement, ArchetypeElementAttributeRuleLineElement, ArchetypeElementRuleLineDefinitionElement, ArchetypeElementRuleLineElement, ArchetypeReferenceRuleLineDefinitionElement, ArchetypeReferenceRuleLineElement, CurrentDateTimeRuleLineElement, DataValueRuleLineElement, EqualityComparisonOperatorRuleLineElement, ExistenceOperatorRuleLineElement, ExpressionRuleLineElement, GTCodeRuleLineElement, IsAOperatorRuleLineElement, NullValueRuleLineElement

public abstract class RuleLineElementWithValue<E>
extends RuleLineElement


Constructor Summary
RuleLineElementWithValue(RuleLine ruleLine, String text)
           
 
Method Summary
 String getDescription()
           
 String getDescription(String gtCode)
           
 String getName(String gtCode)
           
 RuleLine getParentRuleLine()
           
 E getValue()
           
 void setValue(E value)
           
 String toHTMLString()
           
 String toString()
           
 
Methods inherited from class se.cambio.cds.gdl.model.readable.rule.lines.elements.RuleLineElement
getText, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleLineElementWithValue

public RuleLineElementWithValue(RuleLine ruleLine,
                                String text)
Method Detail

getValue

public E getValue()

setValue

public void setValue(E value)

getDescription

public String getDescription()
Overrides:
getDescription in class RuleLineElement

getParentRuleLine

public RuleLine getParentRuleLine()

toString

public String toString()
Overrides:
toString in class RuleLineElement

getName

public String getName(String gtCode)

getDescription

public String getDescription(String gtCode)

toHTMLString

public String toHTMLString()
Specified by:
toHTMLString in class RuleLineElement


Copyright © 2013 Cambio. All Rights Reserved.