public class PropertyInfo extends Object
| Constructor and Description |
|---|
PropertyInfo() |
PropertyInfo(Object value) |
PropertyInfo(String key,
String stringValue,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getStringValue() |
Object |
getValue() |
void |
setKey(String key) |
void |
setStringValue(String stringValue) |
void |
setValue(Object value) |
public PropertyInfo()
public PropertyInfo(Object value)
Copyright © 2016 QATools. All Rights Reserved.