org.mobicents.jcc.inap.protocol.parms
Class RequestedInformationTypeList

java.lang.Object
  extended by org.mobicents.jcc.inap.protocol.parms.RequestedInformationTypeList
All Implemented Interfaces:
java.io.Serializable

public class RequestedInformationTypeList
extends java.lang.Object
implements java.io.Serializable

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
RequestedInformationTypeList()
          Creates a new instance of RequestInformationTypeList
 
Method Summary
 void add(int type)
           
 void remove(int type)
           
 int size()
           
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestedInformationTypeList

public RequestedInformationTypeList()
Creates a new instance of RequestInformationTypeList

Method Detail

add

public void add(int type)

remove

public void remove(int type)

size

public int size()

toByteArray

public byte[] toByteArray()


Copyright © 2010. All Rights Reserved.