org.teleal.cling.model.types
Class UDAServiceType

java.lang.Object
  extended by org.teleal.cling.model.types.ServiceType
      extended by org.teleal.cling.model.types.UDAServiceType

public class UDAServiceType
extends ServiceType

Service type with a fixed schemas-upnp-org namespace.

Author:
Christian Bauer

Field Summary
static String DEFAULT_NAMESPACE
           
static Pattern PATTERN
           
 
Constructor Summary
UDAServiceType(String type)
           
UDAServiceType(String type, int version)
           
 
Method Summary
static UDAServiceType valueOf(String s)
           
 
Methods inherited from class org.teleal.cling.model.types.ServiceType
equals, getNamespace, getType, getVersion, hashCode, implementsVersion, toFriendlyString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_NAMESPACE

public static final String DEFAULT_NAMESPACE
See Also:
Constant Field Values

PATTERN

public static final Pattern PATTERN
Constructor Detail

UDAServiceType

public UDAServiceType(String type)

UDAServiceType

public UDAServiceType(String type,
                      int version)
Method Detail

valueOf

public static UDAServiceType valueOf(String s)
                              throws InvalidValueException
Throws:
InvalidValueException


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