|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.zoolu.sdp.SdpField
SdpField rapresents a SDP line field. It is formed by a 'type' (char) and a 'value' (String).
A SDP line field is of the form <type> = <value>
| Constructor Summary | |
SdpField(char s_type,
java.lang.String s_value)
Creates a new SdpField. |
|
SdpField(SdpField sf)
Creates a new SdpField. |
|
SdpField(java.lang.String str)
Creates a new SdpField based on a SDP line of the form |
|
| Method Summary | |
java.lang.Object |
clone()
Creates and returns a copy of the SdpField. |
boolean |
equals(java.lang.Object obj)
Whether the SdpField is equal to Object obj |
char |
getType()
Gets the type of field |
java.lang.String |
getValue()
Gets the value |
java.lang.String |
toString()
Gets string representation of the SdpField |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SdpField(char s_type,
java.lang.String s_value)
s_type - the field types_value - the field valuepublic SdpField(SdpField sf)
sf - the SdpField clonepublic SdpField(java.lang.String str)
str - the <type> = <value> line| Method Detail |
public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic char getType()
public java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Object
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||