|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.llrp.commander.editors.BinarySingleValue
public class BinarySingleValue
Single entry in Binary Viewer.
| Constructor Summary | |
|---|---|
BinarySingleValue(BinaryMessage aParent)
Constructor, initialize with one BinaryMessage node as parent. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the description of the entry |
java.lang.String |
getKey()
Get the name of the Key |
BinaryMessage |
getParent()
Get the Parent node as one BinaryMessage instance. |
java.lang.String |
getValue()
Get the value of the entry |
void |
setDescription(java.lang.String aDescription)
Set the description of the entry |
void |
setKey(java.lang.String aKey)
Set the key |
void |
setValue(java.lang.String aValue)
Set the value of the entry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinarySingleValue(BinaryMessage aParent)
aParent - Parent node of this entry| Method Detail |
|---|
public BinaryMessage getParent()
BinaryMessage instance.
public java.lang.String getKey()
public void setKey(java.lang.String aKey)
aKey - Name of the Keypublic java.lang.String getValue()
public void setValue(java.lang.String aValue)
aValue - Value of the entrypublic java.lang.String getDescription()
public void setDescription(java.lang.String aDescription)
aDescription - Description of the entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||