javax.microedition.sensor
Class SensorURL
java.lang.Object
javax.microedition.sensor.SensorURL
public class SensorURL
- extends Object
Parse a sensor URL
- Author:
- Lawrie Griffiths
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parseURL
public static SensorURL parseURL(String url)
getQuantity
public String getQuantity()
getModel
public String getModel()
getContextType
public String getContextType()
getLocation
public String getLocation()
getPortNumber
public int getPortNumber()
printURL
public void printURL()
matches
public boolean matches(SensorURL url)