T - the type of the variable valuepublic static class MetadataEnvironmentShell.Variable<T>
extends java.lang.Object
MetadataEnvironment object.| Constructor and Description |
|---|
Variable()
Constructs a variable that allows null value.
|
Variable(boolean prohibitsNullValue)
Constructs a variable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
prohibitsNullValue()
Returns
true if assigning null to this
variable is prohibited. |