public class InvProperty extends Object
Constructor and Description |
---|
InvProperty() |
InvProperty(String name,
String value)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
InvProperty elements with same name are equal.
|
String |
getName()
Get the name of the property.
|
String |
getValue()
Get the value of the property.
|
int |
hashCode()
Override Object.hashCode() to be consistent with equals.
|
void |
setValue(String value)
Set the value of the property.
|
String |
toString()
string representation
|
public String getName()
public String getValue()
public void setValue(String value)
value
- set to this valuepublic boolean equals(Object o)
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.