Uses of Class
org.jmythapi.protocol.response.IProgramInfo.Props

Packages that use IProgramInfo.Props
org.jmythapi.protocol.events This package contains interfaces related to MythTV events. 
org.jmythapi.protocol.events.impl This package contains implementations of MythTV events. 
org.jmythapi.protocol.response This package contains interfaces of MythTV response messages. 
org.jmythapi.protocol.response.impl This package contains implementations of MythTV response messages. 
org.jmythapi.protocol.response.impl.filters This package contains classes to filter MythTV recordings. 
 

Uses of IProgramInfo.Props in org.jmythapi.protocol.events
 

Methods in org.jmythapi.protocol.events that return types with arguments of type IProgramInfo.Props
 EnumMap<IProgramInfo.Props,Object[]> IRecordingListChangeUpdate.getUpdatedProperties(IProgramInfo oldProgramInfo)
          Compares a previous version of the recording with the changed version.
 EnumMap<IProgramInfo.Props,Object[]> IRecordingUpdateEvent.getUpdatedProperties(IProgramInfo oldProgramInfo)
          Compares a previous version of the recording with the changed version.
 EnumMap<IProgramInfo.Props,Object[]> IUpdateProgInfo.getUpdatedProperties(IProgramInfo oldProgramInfo)
          Deprecated. Compares a previous version of the recording with the changed version.
 

Uses of IProgramInfo.Props in org.jmythapi.protocol.events.impl
 

Methods in org.jmythapi.protocol.events.impl that return types with arguments of type IProgramInfo.Props
 EnumMap<IProgramInfo.Props,Object[]> RecordingListChangeUpdate.getUpdatedProperties(IProgramInfo oldProgramInfo)
           
 EnumMap<IProgramInfo.Props,Object[]> UpdateProgInfo.getUpdatedProperties(IProgramInfo oldProgramInfo)
           
 

Uses of IProgramInfo.Props in org.jmythapi.protocol.response
 

Methods in org.jmythapi.protocol.response that return IProgramInfo.Props
static IProgramInfo.Props IProgramInfo.Props.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IProgramInfo.Props[] IProgramInfo.Props.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jmythapi.protocol.response with parameters of type IProgramInfo.Props
 Map<Object,IProgramInfoList> IProgramInfoList.groupBy(IProgramInfo.Props prop)
          Groups the list of program-infos by the specified program-info property.
 Map<Object,IProgramInfoList> IProgramInfoList.groupBy(IProgramInfo.Props prop, IProgramInfoFilter filter)
          Groups the list of program-infos by the specified program-info property.
 

Uses of IProgramInfo.Props in org.jmythapi.protocol.response.impl
 

Methods in org.jmythapi.protocol.response.impl with parameters of type IProgramInfo.Props
 Map<Object,IProgramInfoList> ProgramInfoList.groupBy(IProgramInfo.Props prop)
           
 Map<Object,IProgramInfoList> ProgramInfoList.groupBy(IProgramInfo.Props prop, IProgramInfoFilter filter)
           
 

Uses of IProgramInfo.Props in org.jmythapi.protocol.response.impl.filters
 

Constructor parameters in org.jmythapi.protocol.response.impl.filters with type arguments of type IProgramInfo.Props
ProgramInfoFilter(IFilter<IProgramInfo.Props,IProgramInfo> filter)
           
 



Copyright © 2008-2013. All Rights Reserved.