Package org.netxms.client.maps.configs
Class DCIImageRule
java.lang.Object
org.netxms.client.maps.configs.DCIImageRule
DCI information for map line
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetImage()voidsetComment(String comment) voidsetCompareValue(String compareValue) voidsetComparisonType(int comparisonType) void
- 
Field Details- 
ITEMpublic static final int ITEM- See Also:
 
- 
TABLEpublic static final int TABLE- See Also:
 
 
- 
- 
Constructor Details- 
DCIImageRulepublic DCIImageRule()Default constructor
- 
DCIImageRuleCopy constructor- Parameters:
- src- source object
 
 
- 
- 
Method Details- 
getComparisonTypepublic int getComparisonType()- Returns:
- the comparisonType
 
- 
setComparisonTypepublic void setComparisonType(int comparisonType) - Parameters:
- comparisonType- the comparisonType to set
 
- 
getImage- Returns:
- the image
 
- 
setImage- Parameters:
- image- the image to set
 
- 
getCompareValue- Returns:
- the compareValue
 
- 
setCompareValue- Parameters:
- compareValue- the compareValue to set
 
- 
getComment- Returns:
- the comment
 
- 
setComment- Parameters:
- comment- the comment to set
 
 
-