public interface NilValue
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReason()
Gets the reason property
|
java.lang.String |
getValue()
Gets the inline value
|
void |
setReason(java.lang.String reason)
Sets the reason property
|
void |
setValue(java.lang.String value)
Sets the inline value
|