se.cambio.cds.gdl.model.readable.rule.lines.elements
Class EqualityComparisonOperatorRuleLineElement

Package class diagram package EqualityComparisonOperatorRuleLineElement
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<OperatorKind>
          extended by se.cambio.cds.gdl.model.readable.rule.lines.elements.EqualityComparisonOperatorRuleLineElement
All Implemented Interfaces:
SingleSelectionRuleElement<OperatorKind>

public class EqualityComparisonOperatorRuleLineElement
extends RuleLineElementWithValue<OperatorKind>
implements SingleSelectionRuleElement<OperatorKind>


Constructor Summary
EqualityComparisonOperatorRuleLineElement(RuleLine ruleLine)
           
 
Method Summary
 Collection<OperatorKind> getItems()
           
 String getResolvedDescription(OperatorKind item)
           
 String getResolvedName(OperatorKind item)
           
 String toString()
           
 
Methods inherited from class se.cambio.cds.gdl.model.readable.rule.lines.elements.RuleLineElementWithValue
getDescription, getDescription, getName, getParentRuleLine, getValue, setValue, toHTMLString
 
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

EqualityComparisonOperatorRuleLineElement

public EqualityComparisonOperatorRuleLineElement(RuleLine ruleLine)
Method Detail

getResolvedName

public String getResolvedName(OperatorKind item)
Specified by:
getResolvedName in interface SingleSelectionRuleElement<OperatorKind>

getResolvedDescription

public String getResolvedDescription(OperatorKind item)
Specified by:
getResolvedDescription in interface SingleSelectionRuleElement<OperatorKind>

getItems

public Collection<OperatorKind> getItems()
Specified by:
getItems in interface SingleSelectionRuleElement<OperatorKind>

toString

public String toString()
Overrides:
toString in class RuleLineElementWithValue<OperatorKind>


Copyright © 2013 Cambio. All Rights Reserved.