Uses of Interface
org.jmythapi.protocol.response.IVersionableValue

Packages that use IVersionableValue
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.utils This package contains protocol related utiltity classes. 
 

Uses of IVersionableValue in org.jmythapi.protocol.response
 

Classes in org.jmythapi.protocol.response that implement IVersionableValue
static class IProgramFlags.Flags
          The flags of the PROGRAM_FLAGS property.
static class IProgramRecordingDupInType.Flags
          The flags of the IProgramInfo.Props.DUP_IN property.
static class IProgramRecordingStatus.Status
          The values of the IProgramInfo.Props.REC_STATUS property.
 

Uses of IVersionableValue in org.jmythapi.protocol.response.impl
 

Classes in org.jmythapi.protocol.response.impl with type parameters of type IVersionableValue
 class AVersionableEnumGroup<E extends Enum<E> & IVersionableValue>
           
 

Uses of IVersionableValue in org.jmythapi.protocol.utils
 

Methods in org.jmythapi.protocol.utils with type parameters of type IVersionableValue
static
<E extends Enum<E> & IVersionableValue>
E
EnumUtils.getVersionableValueEnum(Class<E> propsClass, ProtocolVersion protoVersion, Long value)
          Determines the Enum property which has the given value when using the given protocol-version.
 

Methods in org.jmythapi.protocol.utils with parameters of type IVersionableValue
static Long EnumUtils.getVersionableValue(ProtocolVersion protoVersion, IVersionableValue versionableValue)
          Returns the actual property value for the given protocol version.
 



Copyright © 2008-2013. All Rights Reserved.