|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ireasoning.protocol.tl1.TL1Field
public class 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(java.lang.String field)
Constructs a new TL1Field with specified field string. |
|
TL1Field(java.lang.String field,
boolean stripQuote)
Constructs a new TL1Field with specified field string. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name part of a field. |
java.lang.String |
getValue()
Returns the value part of a field. |
java.lang.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(java.lang.String field)
field
- a TL1 filed stringpublic TL1Field(java.lang.String field, boolean stripQuote)
field
- a TL1 filed stringstripQuote
- true to remove quoteMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |