|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.controls.LabelValuePair
public class LabelValuePair
This is the Label Value Pair class Used to hold label and value pair object
Constructor Summary | |
---|---|
LabelValuePair(java.lang.String label,
java.lang.String value,
boolean udpateable)
Constructor for lable value pair combination |
Method Summary | |
---|---|
java.lang.String |
getLabel()
Get the label |
java.lang.Object |
getValue()
Get the value |
boolean |
isUpdateable()
Check is it's updateable |
java.lang.String |
toString()
String representation of this object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LabelValuePair(java.lang.String label, java.lang.String value, boolean udpateable)
label
- - the label usedvalue
- - value for this labeludpateable
- - True if updatableMethod Detail |
---|
public java.lang.String getLabel()
public java.lang.Object getValue()
public boolean isUpdateable()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |