org.mythtv.services.api.channel.impl
Enum ChannelTemplate.Endpoint

java.lang.Object
  extended by java.lang.Enum<ChannelTemplate.Endpoint>
      extended by org.mythtv.services.api.channel.impl.ChannelTemplate.Endpoint
All Implemented Interfaces:
Serializable, Comparable<ChannelTemplate.Endpoint>
Enclosing class:
ChannelTemplate

public static enum ChannelTemplate.Endpoint
extends Enum<ChannelTemplate.Endpoint>


Enum Constant Summary
ADD_DB_CHANNEL
           
ADD_VIDEO_SOURCE
           
FETCH_CHANNELS_FROM_SOURCE
           
GET_CHANNEL_INFO
           
GET_CHANNEL_INFO_LIST
           
GET_DD_LINEUP_LIST
           
GET_VIDEO_MULTIPLEX
           
GET_VIDEO_MULTIPLEX_LIST
           
GET_VIDEO_SOURCE
           
GET_VIDEO_SOURCE_LIST
           
GET_XMLTVID_LIST
           
REMOVE_DB_CHANNEL
           
REMOVE_VIDEO_SOURCE
           
UPDATE_DB_CHANNEL
           
UPDATE_VIDEO_SOURCE
           
 
Method Summary
 String getEndpoint()
           
static ChannelTemplate.Endpoint valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChannelTemplate.Endpoint[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ADD_DB_CHANNEL

public static final ChannelTemplate.Endpoint ADD_DB_CHANNEL

ADD_VIDEO_SOURCE

public static final ChannelTemplate.Endpoint ADD_VIDEO_SOURCE

FETCH_CHANNELS_FROM_SOURCE

public static final ChannelTemplate.Endpoint FETCH_CHANNELS_FROM_SOURCE

GET_CHANNEL_INFO

public static final ChannelTemplate.Endpoint GET_CHANNEL_INFO

GET_CHANNEL_INFO_LIST

public static final ChannelTemplate.Endpoint GET_CHANNEL_INFO_LIST

GET_DD_LINEUP_LIST

public static final ChannelTemplate.Endpoint GET_DD_LINEUP_LIST

GET_VIDEO_MULTIPLEX

public static final ChannelTemplate.Endpoint GET_VIDEO_MULTIPLEX

GET_VIDEO_MULTIPLEX_LIST

public static final ChannelTemplate.Endpoint GET_VIDEO_MULTIPLEX_LIST

GET_VIDEO_SOURCE

public static final ChannelTemplate.Endpoint GET_VIDEO_SOURCE

GET_VIDEO_SOURCE_LIST

public static final ChannelTemplate.Endpoint GET_VIDEO_SOURCE_LIST

GET_XMLTVID_LIST

public static final ChannelTemplate.Endpoint GET_XMLTVID_LIST

REMOVE_DB_CHANNEL

public static final ChannelTemplate.Endpoint REMOVE_DB_CHANNEL

REMOVE_VIDEO_SOURCE

public static final ChannelTemplate.Endpoint REMOVE_VIDEO_SOURCE

UPDATE_DB_CHANNEL

public static final ChannelTemplate.Endpoint UPDATE_DB_CHANNEL

UPDATE_VIDEO_SOURCE

public static final ChannelTemplate.Endpoint UPDATE_VIDEO_SOURCE
Method Detail

values

public static ChannelTemplate.Endpoint[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ChannelTemplate.Endpoint c : ChannelTemplate.Endpoint.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ChannelTemplate.Endpoint valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getEndpoint

public String getEndpoint()


Copyright © 2012. All Rights Reserved.