Package | Description |
---|---|
gov.nist.javax.sdp |
Preliminary
implementation of the javax.sdp package (JSR 141 see JSR 141 )
|
gov.nist.javax.sdp.fields |
Classes for SDP Fields.
|
javax.sdp |
This is a preliminary version of the javax.sdp package based on the
public review version
JSR 141 .
|
Modifier and Type | Method and Description |
---|---|
Time |
TimeDescriptionImpl.getTime()
Returns the Time field.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeDescriptionImpl.setTime(Time timeField)
Sets the Time field.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeField
Time Field.
|
Modifier and Type | Method and Description |
---|---|
Time |
SdpFactory.createTime()
Returns an unbounded Time specification (i.e., "t=0 0").
|
Time |
SdpFactory.createTime(Date start,
Date stop)
Returns a Time specification with the specified start and stop times.
|
Time |
TimeDescription.getTime()
Returns the Time field.
|
Modifier and Type | Method and Description |
---|---|
TimeDescription |
SdpFactory.createTimeDescription(Time t)
Returns TimeDescription object with the specified properties.
|
void |
TimeDescription.setTime(Time t)
Sets the Time field.
|
Copyright © 2018. All Rights Reserved.