private static class ManagedProperties.Value
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
isDefault |
(package private) java.lang.String |
value |
Constructor and Description |
---|
Value(java.lang.String value,
boolean isDefault)
Creates a new Value instance with string value and
the flag to mark is default value or not.
|