| 
HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ireasoning.protocol.tl1.TL1Field
This class represents fields in the TL1 payload data. For instance, for a TL1 response message :
NODE 2000-05-09 17:32:36 M 1 COMPLD "SLOT-3:E1000:CARDNAME=E1000"In the payload, TL1 fields are "SLOT-3", "E1000", "CARDNAME=E1000"
| Constructor Summary | |
TL1Field(String field)
Constructs a new TL1Field with specified field string.  | 
|
TL1Field(String field,
         boolean stripQuote)
Constructs a new TL1Field with specified field string.  | 
|
| Method Summary | |
 String | 
getName()
Returns the name part of a field.  | 
 String | 
getValue()
Returns the value part of a field.  | 
 String | 
toString()
Returns the string representation of this class  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public TL1Field(String field)
field - a TL1 filed string
public TL1Field(String field,
                boolean stripQuote)
field - a TL1 filed stringstripQuote - true to remove quote| Method Detail | 
public String getName()
public String getValue()
public String toString()
  | 
HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||