public interface Control
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOid() |
boolean |
isCritical()
Tells if the control is critical or not.
|
void |
setCritical(boolean isCritical)
Sets the critical flag which determines whether or not this control is
critical for the correct operation of a request or response message.
|
java.lang.String getOid()
boolean isCritical()
true if the control is critical, false otherwisevoid setCritical(boolean isCritical)
isCritical - true if the control is critical false otherwise.