|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.PropertyValue
public class PropertyValue
Class PropertyValue holds a name/value pair along with a category
| Constructor Summary | |
|---|---|
PropertyValue()
ctor |
|
PropertyValue(PropertyValue that)
copy ctor |
|
PropertyValue(String name,
String label,
Object obj,
String category)
ctor |
|
| Method Summary | |
|---|---|
String |
getCategory()
Get the Category property. |
String |
getLabel()
Get the Label property. |
String |
getName()
Get the Name property. |
Object |
getValue()
Get the Value property. |
void |
setCategory(String value)
Set the Category property. |
void |
setLabel(String value)
Set the Label property. |
void |
setName(String value)
Set the Name property. |
void |
setValue(Object v)
Set the Value property. |
String |
toString()
tostring |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyValue()
public PropertyValue(String name,
String label,
Object obj,
String category)
name - namelabel - labelobj - valuecategory - categorypublic PropertyValue(PropertyValue that)
that - that| Method Detail |
|---|
public void setName(String value)
value - The new value for Namepublic String getName()
public void setLabel(String value)
value - The new value for Labelpublic String getLabel()
public void setValue(Object v)
v - The valuepublic Object getValue()
public void setCategory(String value)
value - The new value for Categorypublic String getCategory()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||