local.tomas.obex.api
Class ObexAppParam
java.lang.Object
local.tomas.obex.api.ObexAppParam
public class ObexAppParam
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObexAppParam
public ObexAppParam(int tag,
byte[] value)
ObexAppParam
public ObexAppParam(int tag)
ObexAppParam
public ObexAppParam(int tag,
java.lang.String value)
ObexAppParam
public ObexAppParam(int tag,
int value)
ObexAppParam
public ObexAppParam(int tag,
long value)
ObexAppParam
public ObexAppParam(int tag,
java.util.Date timestamp)
getTag
public int getTag()
getLength
public int getLength()
getValue
public byte[] getValue()
getStringValue
public java.lang.String getStringValue()
getIntValue
public int getIntValue()
getLongValue
public long getLongValue()
getTimestampValue
public java.util.Date getTimestampValue()
throws java.text.ParseException
- Throws:
java.text.ParseException
Copyright © 2007 null. All Rights Reserved.