|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tag | |
|---|---|
| org.mobicents.protocols.smpp.message | SMPP packet types. |
| org.mobicents.protocols.smpp.message.tlv | Support for SMPP v3.4 optional parameter (TLVs). |
| Uses of Tag in org.mobicents.protocols.smpp.message |
|---|
| Methods in org.mobicents.protocols.smpp.message with parameters of type Tag | |
|---|---|
Object |
SMPPPacket.getTLV(Tag tag)
Get a TLV parameter. |
boolean |
SMPPPacket.isSet(Tag tag)
Check if a particular TLV parameter is set. |
Object |
SMPPPacket.removeTLV(Tag tag)
Remove a TLV parameter. |
Object |
SMPPPacket.setTLV(Tag tag,
Object value)
Set a TLV parameter. |
| Uses of Tag in org.mobicents.protocols.smpp.message.tlv |
|---|
| Methods in org.mobicents.protocols.smpp.message.tlv that return Tag | |
|---|---|
static Tag |
Tag.defineTag(int tagValue,
ParamDescriptor paramDescriptor,
int fixedSize)
Define a new tag type which has a fixed length. |
static Tag |
Tag.defineTag(int tagValue,
ParamDescriptor paramDescriptor,
int minSize,
int maxSize)
Define a new tag type with minimum and maximum sizes. |
static Tag |
Tag.getTag(int tagValue)
Get the Tag object that represents tag tagValue. |
static Tag |
Tag.undefineTag(Tag tag)
Undefine a tag. |
| Methods in org.mobicents.protocols.smpp.message.tlv with parameters of type Tag | |
|---|---|
BitSet |
TLVTableImpl.getBitmask(Tag tag)
Get the tag's value as a bit set. |
BitSet |
TLVTable.getBitmask(Tag tag)
Get the tag's value as a bit set. |
byte[] |
TLVTableImpl.getBytes(Tag tag)
Get the tag's value as a byte array. |
byte[] |
TLVTable.getBytes(Tag tag)
Get the tag's value as a byte array. |
int |
TLVTableImpl.getInt(Tag tag)
Get the tag's value as an int. |
int |
TLVTable.getInt(Tag tag)
Get the tag's value as an int. |
long |
TLVTableImpl.getLong(Tag tag)
Get the tag's value as a long. |
long |
TLVTable.getLong(Tag tag)
Get the tag's value as a long. |
String |
TLVTableImpl.getString(Tag tag)
Get the tag's value as a string. |
String |
TLVTable.getString(Tag tag)
Get the tag's value as a string. |
Object |
TLVTableImpl.put(Tag tag,
char value)
|
Object |
TLVTable.put(Tag tag,
char value)
|
Object |
TLVTableImpl.put(Tag tag,
int value)
|
Object |
TLVTable.put(Tag tag,
int value)
|
Object |
TLVTableImpl.put(Tag tag,
long value)
|
Object |
TLVTable.put(Tag tag,
long value)
|
Object |
TLVTableImpl.put(Tag tag,
Object value)
Set the value of a TLV. |
Object |
TLVTableImpl.put(Tag tag,
short value)
|
Object |
TLVTable.put(Tag tag,
short value)
|
static Tag |
Tag.undefineTag(Tag tag)
Undefine a tag. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||