|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISetting
An interface to get the value of a MythTV setting.
This interface represents the response to a IBackend.querySetting(String, String)
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
<0>DATA_BASE64: DE
Nested Class Summary | |
---|---|
static class |
ISetting.Props
Properties of an ISetting response. |
Method Summary | ||
---|---|---|
String |
getData()
Gets the settings value |
|
|
getData(Class<T> dataType)
Gets the settings value and converts it into the given data type. |
|
String |
getHostname()
Gets the backends hostname this settings belongs to. |
|
String |
getName()
The name of the setting. |
Methods inherited from interface org.jmythapi.IVersionable |
---|
getVersionNr |
Methods inherited from interface org.jmythapi.IPropertyAware |
---|
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
Method Detail |
---|
String getData()
ISetting.Props.DATA
<T> T getData(Class<T> dataType)
T
- the data typedataType
- the data type
String getHostname()
null
String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |