org.teleal.cling.model.types
Class ServiceType
java.lang.Object
org.teleal.cling.model.types.ServiceType
- Direct Known Subclasses:
- UDAServiceType
public class ServiceType
- extends Object
PATTERN
public static final Pattern PATTERN
ServiceType
public ServiceType(String namespace,
String type)
ServiceType
public ServiceType(String namespace,
String type,
int version)
getNamespace
public String getNamespace()
getType
public String getType()
getVersion
public int getVersion()
valueOf
public static ServiceType valueOf(String s)
throws RuntimeException
- Throws:
RuntimeException
implementsVersion
public boolean implementsVersion(ServiceType that)
toFriendlyString
public String toFriendlyString()
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.