org.mythtv.services.api.capture.impl
Enum CaptureTemplate.Endpoint

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

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


Enum Constant Summary
ADD_CAPTURE_CARD
           
ADD_CARD_INPUT
           
GET_CAPTURE_CARD
           
GET_CAPTURE_CARD_LIST
           
REMOVE_CAPTURE_CARD
           
REMOVE_CARD_INPUT
           
UPDATE_CAPTURE_CARD
           
UPDATE_CARD_INPUT
           
 
Method Summary
 String getEndpoint()
           
static CaptureTemplate.Endpoint valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CaptureTemplate.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_CAPTURE_CARD

public static final CaptureTemplate.Endpoint ADD_CAPTURE_CARD

ADD_CARD_INPUT

public static final CaptureTemplate.Endpoint ADD_CARD_INPUT

GET_CAPTURE_CARD

public static final CaptureTemplate.Endpoint GET_CAPTURE_CARD

GET_CAPTURE_CARD_LIST

public static final CaptureTemplate.Endpoint GET_CAPTURE_CARD_LIST

REMOVE_CAPTURE_CARD

public static final CaptureTemplate.Endpoint REMOVE_CAPTURE_CARD

REMOVE_CARD_INPUT

public static final CaptureTemplate.Endpoint REMOVE_CARD_INPUT

UPDATE_CAPTURE_CARD

public static final CaptureTemplate.Endpoint UPDATE_CAPTURE_CARD

UPDATE_CARD_INPUT

public static final CaptureTemplate.Endpoint UPDATE_CARD_INPUT
Method Detail

values

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