Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.data
Class ContingencyConstraintViolation
java.lang.Object
com.esri.arcgisruntime.data.ContingencyConstraintViolation
An object that defines a contingency constraint violation.
- Since:
- 100.13.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the field group whose contingencies are in violation.getType()
Gets the type of violation.
-
Method Details
-
getFieldGroup
Gets the field group whose contingencies are in violation.- Returns:
- the field group whose contingencies are in violation
- Since:
- 100.13.0
-
getType
Gets the type of violation. If editing is restrictive, it will be an error, otherwise it will be a warning.- Returns:
- the type of violation. If editing is restrictive, it will be an error, otherwise it will be a warning.
- Since:
- 100.13.0
-