org.mythtv.services.api.capture.impl
Enum CaptureTemplate.Endpoint
java.lang.Object
java.lang.Enum<CaptureTemplate.Endpoint>
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>
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
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.