local.tomas.obex.api
Class ObexAppParam

java.lang.Object
  extended by local.tomas.obex.api.ObexAppParam

public class ObexAppParam
extends java.lang.Object


Constructor Summary
ObexAppParam(int tag)
           
ObexAppParam(int tag, byte[] value)
           
ObexAppParam(int tag, java.util.Date timestamp)
           
ObexAppParam(int tag, int value)
           
ObexAppParam(int tag, long value)
           
ObexAppParam(int tag, java.lang.String value)
           
 
Method Summary
 int getIntValue()
           
 int getLength()
           
 long getLongValue()
           
 java.lang.String getStringValue()
           
 int getTag()
           
 java.util.Date getTimestampValue()
           
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.