org.teleal.cling.model.types
Class NamedDeviceType

java.lang.Object
  extended by org.teleal.cling.model.types.NamedDeviceType

public class NamedDeviceType
extends Object


Constructor Summary
NamedDeviceType(UDN udn, DeviceType deviceType)
           
 
Method Summary
 boolean equals(Object o)
           
static NamedDeviceType fromString(String s)
           
 DeviceType getDeviceType()
           
 UDN getUdn()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedDeviceType

public NamedDeviceType(UDN udn,
                       DeviceType deviceType)
Method Detail

getUdn

public UDN getUdn()

getDeviceType

public DeviceType getDeviceType()

fromString

public static NamedDeviceType fromString(String s)
                                  throws RuntimeException
Throws:
RuntimeException

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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