public class ST extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALL_DEVICE |
static String |
ROOT_DEVICE |
static String |
URN_DEVICE |
static String |
URN_SERVICE |
static String |
UUID_DEVICE |
Constructor and Description |
---|
ST() |
Modifier and Type | Method and 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) |
public static final String ALL_DEVICE
public static final String ROOT_DEVICE
public static final String UUID_DEVICE
public static final String URN_DEVICE
public static final String URN_SERVICE
public static final boolean isAllDevice(String value)
public static final boolean isRootDevice(String value)
public static final boolean isUUIDDevice(String value)
public static final boolean isURNDevice(String value)
public static final boolean isURNService(String value)