org.jmythapi
Enum ISetting.Props
java.lang.Object
java.lang.Enum<ISetting.Props>
org.jmythapi.ISetting.Props
- All Implemented Interfaces:
- Serializable, Comparable<ISetting.Props>
- Enclosing interface:
- ISetting
public static enum ISetting.Props
- extends Enum<ISetting.Props>
Properties of an ISetting
response.
MythTV Protocol Version Matrix |
| Protocol |
---|
Name | Type | Range | 17 | -1 |
DATA | String | [17,-1) | X | X |
HOSTNAME | String | [17,-1) | X | X |
NAME | String | [17,-1) | X | X |
Method Summary |
static ISetting.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ISetting.Props[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
DATA
public static final ISetting.Props DATA
- See Also:
ISetting.getData()
HOSTNAME
public static final ISetting.Props HOSTNAME
NAME
public static final ISetting.Props NAME
values
public static ISetting.Props[] 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 (ISetting.Props c : ISetting.Props.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ISetting.Props 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
Copyright © 2008-2013. All Rights Reserved.