public class ReturnValueNullnessPropertyDatabase extends MethodPropertyDatabase<Boolean>
| Constructor and Description |
|---|
ReturnValueNullnessPropertyDatabase() |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
decodeProperty(String propStr)
Subclasses must define this to instantiate the actual property value from
its string encoding.
|
protected String |
encodeProperty(Boolean property)
Subclasses must define this to encode a property as a string for output
to a file.
|
parseKey, writeKeyentrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFileprotected Boolean decodeProperty(String propStr)
PropertyDatabasedecodeProperty in class PropertyDatabase<MethodDescriptor,Boolean>propStr - String containing the encoded propertyprotected String encodeProperty(Boolean property)
PropertyDatabaseencodeProperty in class PropertyDatabase<MethodDescriptor,Boolean>property - the propertyCopyright © 2003–2015. All rights reserved.