| |
|
| java.lang.Object java.util.Vector gov.nist.javax.sdp.fields.SDPObjectList
SDPObjectList | public class SDPObjectList extends Vector (Code) | | Base list interface for SDP objects.
|
Constructor Summary | |
public | SDPObjectList() Gets the input text of the sdp object (from which the object was
generated). |
Method Summary | |
public void | add(Object s) Adds an sdp object to this list. | public Object | clone() Copies the current instance. | public String | encode() Encodes list a single text string. | public String | toString() Encodes list as single text string. |
SDPObjectList | public SDPObjectList()(Code) | | Gets the input text of the sdp object (from which the object was
generated).
|
add | public void add(Object s)(Code) | | Adds an sdp object to this list.
Parameters: s - new object for the list |
clone | public Object clone()(Code) | | Copies the current instance.
the copy of this object |
encode | public String encode()(Code) | | Encodes list a single text string.
encoded string of object contents |
toString | public String toString()(Code) | | Encodes list as single text string.
encode string of object contents |
|
|
|