org.teleal.cling.model.types
Class UDADeviceType

java.lang.Object
  extended by org.teleal.cling.model.types.DeviceType
      extended by org.teleal.cling.model.types.UDADeviceType

public class UDADeviceType
extends DeviceType

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

Author:
Christian Bauer

Field Summary
static String DEFAULT_NAMESPACE
           
static Pattern PATTERN
           
 
Constructor Summary
UDADeviceType(String type)
           
UDADeviceType(String type, int version)
           
 
Method Summary
static UDADeviceType valueOf(String s)
           
 
Methods inherited from class org.teleal.cling.model.types.DeviceType
equals, getDisplayString, getNamespace, getType, getVersion, hashCode, implementsVersion, 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

UDADeviceType

public UDADeviceType(String type)

UDADeviceType

public UDADeviceType(String type,
                     int version)
Method Detail

valueOf

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


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