Package com.millistream.www
Class MessageField
java.lang.Object
com.millistream.www.MessageField
This class represents a field of a message received from the server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MessageField
Constructs a newMessageField
object.- Parameters:
tag
- field tagvalue
- field value- See Also:
-
-
Method Details
-
getTag
public int getTag()Returns the Field Tag- Returns:
- the field tag
- See Also:
-
getValue
Returns the Field Value- Returns:
- the field value as a string
-
getTabularValue
Returns a tabular field value as a string array- Returns:
- the tabular field value as a String[][]
-
toString
Constructs and returns a (debug) String of the Field Tag
-