gov.nist.javax.sdp.fields
Interface SDPFieldNames

All Known Implementing Classes:
AttributeField, BandwidthField, ConnectionAddress, ConnectionField, Email, EmailAddress, EmailField, InformationField, KeyField, MediaField, OriginField, PhoneField, ProtoVersionField, RepeatField, SDPField, SDPFieldList, SDPFormat, SDPObject, SessionNameField, TimeField, TypedTime, URIField, ZoneAdjustment, ZoneField

public interface SDPFieldNames

Field names for SDP Fields.

Version:
1.2
Author:
M. Ranganathan

Field Summary
static String ATTRIBUTE_FIELD
           
static String BANDWIDTH_FIELD
           
static String CONNECTION_FIELD
           
static String EMAIL_FIELD
           
static String INFORMATION_FIELD
           
static String KEY_FIELD
           
static String MEDIA_FIELD
           
static String ORIGIN_FIELD
           
static String PHONE_FIELD
           
static String PROTO_VERSION_FIELD
           
static String REPEAT_FIELD
           
static String SESSION_NAME_FIELD
           
static String TIME_FIELD
           
static String URI_FIELD
           
static String ZONE_FIELD
           
 

Field Detail

SESSION_NAME_FIELD

static final String SESSION_NAME_FIELD
See Also:
Constant Field Values

INFORMATION_FIELD

static final String INFORMATION_FIELD
See Also:
Constant Field Values

EMAIL_FIELD

static final String EMAIL_FIELD
See Also:
Constant Field Values

PHONE_FIELD

static final String PHONE_FIELD
See Also:
Constant Field Values

CONNECTION_FIELD

static final String CONNECTION_FIELD
See Also:
Constant Field Values

BANDWIDTH_FIELD

static final String BANDWIDTH_FIELD
See Also:
Constant Field Values

ORIGIN_FIELD

static final String ORIGIN_FIELD
See Also:
Constant Field Values

TIME_FIELD

static final String TIME_FIELD
See Also:
Constant Field Values

KEY_FIELD

static final String KEY_FIELD
See Also:
Constant Field Values

ATTRIBUTE_FIELD

static final String ATTRIBUTE_FIELD
See Also:
Constant Field Values

PROTO_VERSION_FIELD

static final String PROTO_VERSION_FIELD
See Also:
Constant Field Values

URI_FIELD

static final String URI_FIELD
See Also:
Constant Field Values

MEDIA_FIELD

static final String MEDIA_FIELD
See Also:
Constant Field Values

REPEAT_FIELD

static final String REPEAT_FIELD
See Also:
Constant Field Values

ZONE_FIELD

static final String ZONE_FIELD
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.