public class VivadoProp
extends Object
Constructor and Description |
---|
VivadoProp(String type,
String value) |
VivadoProp(VivadoPropType type,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
VivadoPropType |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setType(VivadoPropType type) |
void |
setValue(String value) |
String |
toString() |
public VivadoProp(String type, String value)
public VivadoProp(VivadoPropType type, String value)
public VivadoPropType getType()
public void setType(VivadoPropType type)
type
- the type to setpublic String getValue()
public void setValue(String value)
value
- the value to setpublic String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object