Interface CommandConstrainViolation
- All Known Implementing Classes:
AbstractCommandConstrainViolation,ActualValueCommandConstrainViolation,ExtraFieldCommandViolation,FieldCardinalityCommandViolation,FieldStructureTypeCommandViolation,InvalidComplexTypeCommandViolation,InvalidPrimitiveTypeCommandViolation,InvalidReferenceTypeCommandViolation,InvalidUnionMemberCommandViolation,InvalidUnionMemberTypeCommandViolation,MissingRequiredFieldCommandViolation
public interface CommandConstrainViolation
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getCommandName
String getCommandName() -
getFieldPath
CommandViolationFieldPath getFieldPath() -
getMessage
String getMessage() -
getLevel
CommandConstrainViolation.Level getLevel()
-