Package org.cxml
Class ComparatorInfo
java.lang.Object
org.cxml.ComparatorInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comparatorType property.Gets the value of the comparatorValue property.voidsetComparatorType(String value) Sets the value of the comparatorType property.voidsetComparatorValue(String value) Sets the value of the comparatorValue property.
-
Field Details
-
comparatorType
-
comparatorValue
-
-
Constructor Details
-
ComparatorInfo
public ComparatorInfo()
-
-
Method Details
-
getComparatorType
Gets the value of the comparatorType property.- Returns:
- possible object is
String
-
setComparatorType
Sets the value of the comparatorType property.- Parameters:
value- allowed object isString
-
getComparatorValue
Gets the value of the comparatorValue property.- Returns:
- possible object is
String
-
setComparatorValue
Sets the value of the comparatorValue property.- Parameters:
value- allowed object isString
-