org.teleal.cling.binding.annotations
Annotation Type UpnpService


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface UpnpService


Required Element Summary
 UpnpServiceId serviceId
           
 UpnpServiceType serviceType
           
 
Optional Element Summary
 Class[] stringConvertibleTypes
           
 boolean supportsQueryStateVariables
           
 

Element Detail

serviceId

public abstract UpnpServiceId serviceId

serviceType

public abstract UpnpServiceType serviceType

supportsQueryStateVariables

public abstract boolean supportsQueryStateVariables
Default:
true

stringConvertibleTypes

public abstract Class[] stringConvertibleTypes
Default:
{}


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.