|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl
org.mobicents.slee.resource.diameter.base.events.avp.DiameterIdentityAvpImpl
public class DiameterIdentityAvpImpl
Super project: mobicents 12:53:13 2008-05-08
| Field Summary |
|---|
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
code, log, mnd, name, parser, prt, type, vendorId |
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Constructor Summary | |
|---|---|
DiameterIdentityAvpImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
|
|
| Method Summary | |
|---|---|
byte[] |
byteArrayValue()
Return the raw contents of this AVP |
java.lang.Object |
clone()
Creates and returns a deep copy of this AVP instance. |
double |
doubleValue()
The value of this AVP if the Diameter type can be represented in a Java double value (e.g., Float64, Float32) |
float |
floatValue()
The value of this AVP if the Diameter type can be represented in a Java float value (e.g., Float32) |
int |
intValue()
The value of this AVP if the Diameter type can be represented in a Java int value (e.g., Integer32) |
long |
longValue()
The value of this AVP if the Diameter type can be represented in a Java long value (e.g., Integer64, Unsigned32, Integer32) |
java.lang.String |
stringValue()
The value of this AVP if the Diameter type is equivalent to a Java String value (e.g., UTF8String) |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId |
| Constructor Detail |
|---|
public DiameterIdentityAvpImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
| Method Detail |
|---|
public byte[] byteArrayValue()
DiameterAvp
byteArrayValue in interface DiameterAvpbyteArrayValue in class DiameterAvpImplpublic double doubleValue()
DiameterAvp
doubleValue in interface DiameterAvpdoubleValue in class DiameterAvpImplpublic float floatValue()
DiameterAvp
floatValue in interface DiameterAvpfloatValue in class DiameterAvpImplpublic int intValue()
DiameterAvp
intValue in interface DiameterAvpintValue in class DiameterAvpImplpublic long longValue()
DiameterAvp
longValue in interface DiameterAvplongValue in class DiameterAvpImplpublic java.lang.String stringValue()
DiameterAvp
stringValue in interface DiameterAvpstringValue in class DiameterAvpImplpublic java.lang.Object clone()
DiameterAvp
clone in interface DiameterAvpclone in class DiameterAvpImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||