Package com.esri.arcgisruntime.data
Class ContingencyConstraintViolation
- java.lang.Object
 - 
- com.esri.arcgisruntime.data.ContingencyConstraintViolation
 
 
- 
public class ContingencyConstraintViolation extends java.lang.ObjectAn object that defines a contingency constraint violation.- Since:
 - 100.13.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldGroupgetFieldGroup()Gets the field group whose contingencies are in violation.ContingencyConstraintViolationTypegetType()Gets the type of violation. 
 - 
 
- 
- 
Method Detail
- 
getFieldGroup
public FieldGroup getFieldGroup()
Gets the field group whose contingencies are in violation.- Returns:
 - the field group whose contingencies are in violation
 - Since:
 - 100.13.0
 
 
- 
getType
public ContingencyConstraintViolationType 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
 
 
 - 
 
 -