Home | History | Annotate | Download | only in parameter

Lines Matching defs:CSelectionCriterionType

37 const std::string CSelectionCriterionType::_strDelimiter = "|";
39 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive)
48 std::string CSelectionCriterionType::getKind() const
54 bool CSelectionCriterionType::addValuePair(int iValue, const std::string &strValue,
93 bool CSelectionCriterionType::getNumericalValue(const std::string &strValue, int &iValue) const
118 bool CSelectionCriterionType::getAtomicNumericalValue(const std::string &strValue,
132 bool CSelectionCriterionType::getLiteralValue(int iValue, std::string &strValue) const
148 bool CSelectionCriterionType::isTypeInclusive() const
154 std::string CSelectionCriterionType::listPossibleValues() const
179 std::string CSelectionCriterionType::getFormattedState(int iValue) const
231 void CSelectionCriterionType::toXml(CXmlElement &xmlElement,