org.mythtv.services.api.dvr.impl
Enum DvrTemplate.Endpoint

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

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


Enum Constant Summary
ADD_RECORD_SCHEDULE
           
DISABLE_RECORD_SCHEDULE
           
ENABLE_RECORD_SCHEDULE
           
GET_CONFLICT_LIST
           
GET_ENCODER_LIST
           
GET_EXPIRING_LIST
           
GET_FILTERED_RECORDED_LIST
           
GET_RECORD_SCHEDULE
           
GET_RECORD_SCHEDULE_LIST
           
GET_RECORDED
           
GET_RECORDED_LIST
           
GET_UPCOMING_LIST
           
REMOVE_RECORD_SCHEDULE
           
REMOVE_RECORDED
           
 
Method Summary
 String getEndpoint()
           
static DvrTemplate.Endpoint valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DvrTemplate.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_RECORD_SCHEDULE

public static final DvrTemplate.Endpoint ADD_RECORD_SCHEDULE

DISABLE_RECORD_SCHEDULE

public static final DvrTemplate.Endpoint DISABLE_RECORD_SCHEDULE

ENABLE_RECORD_SCHEDULE

public static final DvrTemplate.Endpoint ENABLE_RECORD_SCHEDULE

GET_CONFLICT_LIST

public static final DvrTemplate.Endpoint GET_CONFLICT_LIST

GET_ENCODER_LIST

public static final DvrTemplate.Endpoint GET_ENCODER_LIST

GET_EXPIRING_LIST

public static final DvrTemplate.Endpoint GET_EXPIRING_LIST

GET_FILTERED_RECORDED_LIST

public static final DvrTemplate.Endpoint GET_FILTERED_RECORDED_LIST

GET_RECORD_SCHEDULE

public static final DvrTemplate.Endpoint GET_RECORD_SCHEDULE

GET_RECORD_SCHEDULE_LIST

public static final DvrTemplate.Endpoint GET_RECORD_SCHEDULE_LIST

GET_RECORDED

public static final DvrTemplate.Endpoint GET_RECORDED

GET_RECORDED_LIST

public static final DvrTemplate.Endpoint GET_RECORDED_LIST

GET_UPCOMING_LIST

public static final DvrTemplate.Endpoint GET_UPCOMING_LIST

REMOVE_RECORD_SCHEDULE

public static final DvrTemplate.Endpoint REMOVE_RECORD_SCHEDULE

REMOVE_RECORDED

public static final DvrTemplate.Endpoint REMOVE_RECORDED
Method Detail

values

public static DvrTemplate.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 (DvrTemplate.Endpoint c : DvrTemplate.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 DvrTemplate.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.