public static enum SDPConstants.SDPParameter extends java.lang.Enum<SDPConstants.SDPParameter>
| Enum Constant and Description |
|---|
Attribute |
Bandwidth |
Connection |
Email |
Key |
Origin |
PhoneNumber |
SessionInformation |
SessionName |
TimeZone |
URIDescription |
Version |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getShortHand() |
static SDPConstants.SDPParameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SDPConstants.SDPParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDPConstants.SDPParameter Version
public static final SDPConstants.SDPParameter Origin
public static final SDPConstants.SDPParameter SessionName
public static final SDPConstants.SDPParameter SessionInformation
public static final SDPConstants.SDPParameter URIDescription
public static final SDPConstants.SDPParameter Email
public static final SDPConstants.SDPParameter PhoneNumber
public static final SDPConstants.SDPParameter Connection
public static final SDPConstants.SDPParameter Bandwidth
public static final SDPConstants.SDPParameter TimeZone
public static final SDPConstants.SDPParameter Key
public static final SDPConstants.SDPParameter Attribute
public static SDPConstants.SDPParameter[] values()
for (SDPConstants.SDPParameter c : SDPConstants.SDPParameter.values()) System.out.println(c);
public static SDPConstants.SDPParameter valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getShortHand()