Uses of Class
org.somda.sdc.biceps.model.message.TimeFrame
-
Packages that use TimeFrame Package Description org.somda.sdc.biceps.model.message -
-
Uses of TimeFrame in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as TimeFrame Modifier and Type Field Description protected TimeFrameGetDescriptorsFromArchive. timeFrameprotected TimeFrameGetStatesFromArchive. timeFrameMethods in org.somda.sdc.biceps.model.message that return TimeFrame Modifier and Type Method Description TimeFrameObjectFactory. createTimeFrame()Create an instance ofTimeFrameTimeFrameGetDescriptorsFromArchive. getTimeFrame()Gets the value of the timeFrame property.TimeFrameGetStatesFromArchive. getTimeFrame()Gets the value of the timeFrame property.Methods in org.somda.sdc.biceps.model.message with parameters of type TimeFrame Modifier and Type Method Description voidGetDescriptorsFromArchive. setTimeFrame(TimeFrame value)Sets the value of the timeFrame property.voidGetStatesFromArchive. setTimeFrame(TimeFrame value)Sets the value of the timeFrame property.
-