org.mobicents.protocols.ss7.isup.message.parameter
Interface ParameterCompatibilityInformation

All Superinterfaces:
ISUPComponent, ISUPParameter, java.io.Serializable

public interface ParameterCompatibilityInformation
extends ISUPParameter

Start time:13:41:49 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 void addInstructions(java.lang.Byte parameterCode, InstructionIndicators instructionIndicators)
           
 InstructionIndicators getInstructionIndicators(int index)
           
 java.lang.Byte getParameterCode(int index)
           
 void remove(int index)
           
 int size()
           
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.ISUPParameter
getCode
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
decodeElement, encodeElement, encodeElement
 

Field Detail

_PARAMETER_CODE

static final int _PARAMETER_CODE
See Also:
Constant Field Values
Method Detail

addInstructions

void addInstructions(java.lang.Byte parameterCode,
                     InstructionIndicators instructionIndicators)

getInstructionIndicators

InstructionIndicators getInstructionIndicators(int index)

getParameterCode

java.lang.Byte getParameterCode(int index)

size

int size()

remove

void remove(int index)


Copyright © 2010. All Rights Reserved.