public interface Key extends Field
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the value of this attribute.
|
String |
getMethod()
Returns the name of this attribute
|
boolean |
hasKey()
Determines if this attribute has an associated value.
|
void |
setKey(String key)
Sets the value of this attribute.
|
void |
setMethod(String name)
Sets the id of this attribute.
|
clone, getTypeCharString getMethod() throws SdpParseException
SdpParseExceptionvoid setMethod(String name) throws SdpException
name - to setSdpException - if the name is nullboolean hasKey()
throws SdpParseException
SdpParseExceptionString getKey() throws SdpParseException
SdpParseExceptionvoid setKey(String key) throws SdpException
key - to setSdpException - if key is nullCopyright © 2014. All Rights Reserved.