fipaos.parser.acl
Class KeywordValuePair


public class KeywordValuePair

This class is used by the ACLMessage class to associate keyword strings with value strings.


Constructor Summary
KeywordValuePair()
           
KeywordValuePair(String keyword, String value)
           

Method Summary
 StringgetKeyword()
           
 StringgetValue()
           
 voidsetKeyword(String keyword)
           
 voidsetValue(String value)
           
 StringtoString()
          returns the keyword value pair within brackets.

Constructor Detail

KeywordValuePair

public KeywordValuePair()

KeywordValuePair

public KeywordValuePair(String keyword, String value)
Method Detail

getKeyword

public String getKeyword()

getValue

public String getValue()

setKeyword

public void setKeyword(String keyword)

setValue

public void setValue(String value)

toString

public String toString()
returns the keyword value pair within brackets. e.g. ( keyword value )

Association Links

to Class java.lang.String

to Class java.lang.String