org.lastbamboo.common.sdp
Class Token

java.lang.Object
  extended by org.lastbamboo.common.sdp.Token

public class Token
extends Object

Base token class.

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

Field Summary
protected  int tokenType
           
protected  String tokenValue
           
 
Constructor Summary
Token()
           
 
Method Summary
 int getTokenType()
           
 String getTokenValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tokenValue

protected String tokenValue

tokenType

protected int tokenType
Constructor Detail

Token

public Token()
Method Detail

getTokenValue

public String getTokenValue()

getTokenType

public int getTokenType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 LittleShoot. All Rights Reserved.