org.teleal.cling.model.types
Class NamedDeviceType
java.lang.Object
org.teleal.cling.model.types.NamedDeviceType
public class NamedDeviceType
- extends Object
Combines a UDN
with a DeviceType
, string representation
is separated by double-colon.
- Author:
- Christian Bauer
NamedDeviceType
public NamedDeviceType(UDN udn,
DeviceType deviceType)
getUdn
public UDN getUdn()
getDeviceType
public DeviceType getDeviceType()
valueOf
public static NamedDeviceType valueOf(String s)
throws InvalidValueException
- Throws:
InvalidValueException
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.