public interface TAccessFailureMessage
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Gets the error code.
|
java.lang.String |
getMessageLine()
Gets the message line.
|
java.lang.String |
getMessageText()
Gets the message text.
|
java.lang.String |
getReturnValue()
Gets the return value.
|
boolean |
matchesReturnValue(java.lang.String returnValue)
Indicates if the access failure message matches the given return value.
|
boolean |
matchesReturnValue(java.lang.String startValue,
java.lang.String endValue)
Indicates if the access failure message matches a return value that lies in
between the specified return value range including the startValue and the endValue.
|
java.lang.String getReturnValue()
java.lang.String getCode()
java.lang.String getMessageText()
java.lang.String getMessageLine()
boolean matchesReturnValue(java.lang.String returnValue)
the
- returnValue to matchboolean matchesReturnValue(java.lang.String startValue, java.lang.String endValue)
startValue
- the start for the return value range.endValue
- the end of the return value range.Copyright (c) 2017 Software AG. All Rights Reserved.