public class NamedDeviceType extends Object
UDN with a DeviceType, string representation
is separated by double-colon.| Constructor and Description |
|---|
NamedDeviceType(UDN udn,
DeviceType deviceType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DeviceType |
getDeviceType() |
UDN |
getUdn() |
int |
hashCode() |
String |
toString() |
static NamedDeviceType |
valueOf(String s) |
public NamedDeviceType(UDN udn, DeviceType deviceType)
public UDN getUdn()
public DeviceType getDeviceType()
public static NamedDeviceType valueOf(String s) throws InvalidValueException
InvalidValueExceptionCopyright © 2023 jUPnP.org. All rights reserved.