org.teleal.cling.model.types
Class NamedServiceType
java.lang.Object
org.teleal.cling.model.types.NamedServiceType
public class NamedServiceType
- extends Object
Combines a UDN
with a ServiceType
, string representation
is separated by double-colon.
- Author:
- Christian Bauer
NamedServiceType
public NamedServiceType(UDN udn,
ServiceType serviceType)
getUdn
public UDN getUdn()
getServiceType
public ServiceType getServiceType()
valueOf
public static NamedServiceType 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.