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, getTypeChar
String getMethod() throws SdpParseException
SdpParseException
void setMethod(String name) throws SdpException
name
- to setSdpException
- if the name is nullboolean hasKey() throws SdpParseException
SdpParseException
String getKey() throws SdpParseException
SdpParseException
void setKey(String key) throws SdpException
key
- to setSdpException
- if key is nullCopyright © 2017. All Rights Reserved.