Package org.cybergarage.upnp.device
Class ST
java.lang.Object
org.cybergarage.upnp.device.ST
public class ST extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringALL_DEVICEstatic StringROOT_DEVICEstatic StringURN_DEVICEstatic StringURN_SERVICEstatic StringUUID_DEVICE -
Constructor Summary
Constructors Constructor Description ST() -
Method Summary
Modifier and Type Method Description static booleanisAllDevice(String value)static booleanisRootDevice(String value)static booleanisURNDevice(String value)static booleanisURNService(String value)static booleanisUUIDDevice(String value)
-
Field Details
-
ALL_DEVICE
- See Also:
- Constant Field Values
-
ROOT_DEVICE
- See Also:
- Constant Field Values
-
UUID_DEVICE
- See Also:
- Constant Field Values
-
URN_DEVICE
- See Also:
- Constant Field Values
-
URN_SERVICE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ST
public ST()
-
-
Method Details