UtilityAssociationDeletionSemantics enum
An enumeration of various association deletion behaviors.
Determines the behavior that occurs when attempting to delete a feature which has containment or structural attachment associations to other features.
Values
- none → const UtilityAssociationDeletionSemantics
-
Any associated features will not be deleted, but the associations will no longer exist. Default for UtilityAssociationRole.structure.
- cascade → const UtilityAssociationDeletionSemantics
-
Any associations features will be deleted.
- restricted → const UtilityAssociationDeletionSemantics
-
If the feature has any associations, deleting the feature will fail. Default for UtilityAssociationRole.container.
If the UtilityAssetType of a feature cannot be determined (such as when it is filtered out by GenerateGeodatabaseParameters.extent, GenerateGeodatabaseParameters.layerOptions, or by a definition expression), UtilityAssociationDeletionSemantics.restricted is assumed.
Properties
- coreValue → RT_UtilityAssociationDeletionSemantics
-
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<
UtilityAssociationDeletionSemantics> - A constant List of the values in this enum, in order of their declaration.