UtilityAttributeComparisonOperator enum

An enumeration of the various comparisons to perform between an UtilityNetworkAttribute and a second UtilityNetworkAttribute or a specific value.

Inheritance
Available extensions

Values

equal → const UtilityAttributeComparisonOperator

Tests whether an attribute is equal to another attribute or a specific value.

notEqual → const UtilityAttributeComparisonOperator

Tests whether an attribute is not equal to another attribute or a specific value.

greaterThan → const UtilityAttributeComparisonOperator

Tests whether an attribute is greater than another attribute or a specific value.

greaterThanEqual → const UtilityAttributeComparisonOperator

Tests whether an attribute is greater than or equal to another attribute or a specific value.

lessThan → const UtilityAttributeComparisonOperator

Tests whether an attribute is less than another attribute or a specific value.

lessThanEqual → const UtilityAttributeComparisonOperator

Tests whether an attribute is less than or equal to another attribute or a specific value.

includesTheValues → const UtilityAttributeComparisonOperator

Tests whether an attribute includes all the values specified in another attribute or the particular values contained in the condition.

doesNotIncludeTheValues → const UtilityAttributeComparisonOperator

Tests whether an attribute does not include all of the values specified in another attribute or the particular values in the condition.

includesAny → const UtilityAttributeComparisonOperator

Tests whether an attribute includes any of the values specified in another attribute or the particular values contained in the condition.

doesNotIncludeAny → const UtilityAttributeComparisonOperator

Tests whether an attribute does not include any of the values specified in another attribute or the particular values in the condition.

Properties

coreValue → RT_UtilityAttributeComparisonOperator
Convert to internal value.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<UtilityAttributeComparisonOperator>
A constant List of the values in this enum, in order of their declaration.