|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.lib.comm.database.AttributeValue
public class AttributeValue
A class representing the attribute objects
Constructor Summary | |
---|---|
AttributeValue(java.lang.String attribute,
java.lang.String value)
The constructor creates an AttributeValue object with the value specified as parameters |
|
AttributeValue(java.lang.String attribute,
java.lang.String value,
boolean flag)
|
Method Summary | |
---|---|
java.lang.String |
getAttribute()
returns the name of the attribute |
boolean |
getFlag()
Returns the flag associated with this attribute value pair |
java.lang.String |
getValue()
return the value of the object |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeValue(java.lang.String attribute, java.lang.String value)
attribute
- - the attribute name to ne assigned
to the new objectvalue
- the value to be assigned to the new objectpublic AttributeValue(java.lang.String attribute, java.lang.String value, boolean flag)
Method Detail |
---|
public java.lang.String getAttribute()
public java.lang.String getValue()
public boolean getFlag()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |