public class Property extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
name |
private static long |
serialVersionUID |
private Object |
value |
Constructor and Description |
---|
Property(String s) |
Property(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
Object |
getValue() |
int |
hashCode() |
void |
setAt(Object o) |
String |
toString() |
private static Object |
valueOf(String s) |
static Property[] |
valueOf(String[] ss) |
private static final long serialVersionUID
Copyright © 2017 dcm4che.org. All rights reserved.