Packagecom.esri.bacore.thematicmapping.extensionClasses
Classpublic final class AttributesFilterResult
InheritanceAttributesFilterResult Inheritance BaseEnum Inheritance Object

Enumeration of filter evaluation results.



Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
AttributesFilterResult
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
toEnumItem(value:String, defaultItem:AttributesFilterResult = null):AttributesFilterResult
[static] Converts a string value to the enumeration item.
AttributesFilterResult
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  MATCHES : AttributesFilterResult
[static] Matches with filter criteria.
AttributesFilterResult
  UNKNOWN : AttributesFilterResult
[static] Cannot evaluate filter criteria because required feature attributes are missing or wrong.
AttributesFilterResult
  UNMATCHES : AttributesFilterResult
[static] Unmatches with filter criteria.
AttributesFilterResult
Property Detail
itemsproperty
items:Array  [read-only]

Array of all items of this enumeration.


Implementation
    public static function get items():Array
Method Detail
toEnumItem()method
public static function toEnumItem(value:String, defaultItem:AttributesFilterResult = null):AttributesFilterResult

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:AttributesFilterResult (default = null) — A enumeration value to be used if the value does not recognized.

Returns
AttributesFilterResult — A enumeration item or the default item.
Constant Detail
MATCHESConstant
public static const MATCHES:AttributesFilterResult

Matches with filter criteria.

UNKNOWNConstant 
public static const UNKNOWN:AttributesFilterResult

Cannot evaluate filter criteria because required feature attributes are missing or wrong.

UNMATCHESConstant 
public static const UNMATCHES:AttributesFilterResult

Unmatches with filter criteria.