Uses of Class
net.java.slee.resource.diameter.cca.events.avp.TariffChangeUsageType

Packages that use TariffChangeUsageType
net.java.slee.resource.diameter.cca.events.avp   
org.mobicents.slee.resource.diameter.cca.events.avp   
 

Uses of TariffChangeUsageType in net.java.slee.resource.diameter.cca.events.avp
 

Methods in net.java.slee.resource.diameter.cca.events.avp that return TariffChangeUsageType
static TariffChangeUsageType TariffChangeUsageType.fromInt(int presumableValue)
           
 TariffChangeUsageType UsedServiceUnitAvp.getTariffChangeUsage()
          Returns the value of the Tariff-Change-Usage AVP, of type Enumerated.
 TariffChangeUsageType MultipleServicesCreditControlAvp.getTariffChangeUsage()
          Returns the value of the Tariff-Change-Usage AVP, of type Enumerated.
static TariffChangeUsageType TariffChangeUsageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TariffChangeUsageType[] TariffChangeUsageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.java.slee.resource.diameter.cca.events.avp with parameters of type TariffChangeUsageType
 void UsedServiceUnitAvp.setTariffChangeUsage(TariffChangeUsageType ttc)
          Sets the value of the Tariff-Change-Usage AVP, of type Enumerated.
 void MultipleServicesCreditControlAvp.setTariffChangeUsage(TariffChangeUsageType tariffChangeUsage)
          Sets the value of the Tariff-Change-Usage AVP, of type Enumerated.
 

Uses of TariffChangeUsageType in org.mobicents.slee.resource.diameter.cca.events.avp
 

Methods in org.mobicents.slee.resource.diameter.cca.events.avp that return TariffChangeUsageType
 TariffChangeUsageType UsedServiceUnitAvpImpl.getTariffChangeUsage()
           
 TariffChangeUsageType MultipleServicesCreditControlAvpImpl.getTariffChangeUsage()
           
 

Methods in org.mobicents.slee.resource.diameter.cca.events.avp with parameters of type TariffChangeUsageType
 void UsedServiceUnitAvpImpl.setTariffChangeUsage(TariffChangeUsageType tariffChangeUsage)
           
 void MultipleServicesCreditControlAvpImpl.setTariffChangeUsage(TariffChangeUsageType tariffChangeUsage)
           
 



Copyright © 2011. All Rights Reserved.