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 String
ALL_DEVICE
static String
ROOT_DEVICE
static String
URN_DEVICE
static String
URN_SERVICE
static String
UUID_DEVICE
-
Constructor Summary
Constructors Constructor Description ST()
-
Method Summary
Modifier and Type Method Description static boolean
isAllDevice(String value)
static boolean
isRootDevice(String value)
static boolean
isURNDevice(String value)
static boolean
isURNService(String value)
static boolean
isUUIDDevice(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