RoadEventDisplayCategoryEnumSet class
Constructors
- RoadEventDisplayCategoryEnumSet()
- RoadEventDisplayCategoryEnumSet.all()
-
factory
- RoadEventDisplayCategoryEnumSet.fromRawValue(int rawValue)
-
factory
-
RoadEventDisplayCategoryEnumSet.of(Iterable<
RoadEventDisplayCategory> elements) -
factory
Properties
Methods
-
add(
RoadEventDisplayCategory value) → bool -
addAll(
Iterable< RoadEventDisplayCategory> elements) → void -
inherited
-
addAllFromEnumSet(
EnumSet< RoadEventDisplayCategory> other) → void -
clear(
) → void -
inherited
-
contains(
RoadEventDisplayCategory value) → bool -
containsAll(
Iterable< RoadEventDisplayCategory> other) → bool -
inherited
-
containsAllFromEnumSet(
EnumSet< RoadEventDisplayCategory> other) → bool -
difference(
EnumSet< RoadEventDisplayCategory> other) → EnumSet<RoadEventDisplayCategory> -
intersection(
EnumSet< RoadEventDisplayCategory> other) → EnumSet<RoadEventDisplayCategory> -
isEmpty(
) → bool -
inherited
-
isNotEmpty(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
RoadEventDisplayCategory value) → bool -
removeAll(
Iterable< RoadEventDisplayCategory> elements) → void -
inherited
-
removeAllFromEnumSet(
EnumSet< RoadEventDisplayCategory> other) → void -
toSet(
) → Set< RoadEventDisplayCategory> -
toString(
) → String -
A string representation of this object.
override
-
union(
EnumSet< RoadEventDisplayCategory> other) → EnumSet<RoadEventDisplayCategory>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited