fipaos.parser.acl
Class KeywordValuePair
- public class KeywordValuePair
This class is used by the ACLMessage class to associate
keyword strings with value strings.
KeywordValuePair
public KeywordValuePair()
KeywordValuePair
public KeywordValuePair(String keyword, String value)
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 )
to Class java.lang.String
to Class java.lang.String