Uses of Class
de.starface.integration.uci.java.v30.values.SoftPhoneNatType

Packages that use SoftPhoneNatType
de.starface.integration.uci.java.v30.types This package contains the entity types that are transferred using the UCI service interfaces 
de.starface.integration.uci.java.v30.values This package contains the enumerations holding the String constants for values and property names used for the UCI messages. 
 

Uses of SoftPhoneNatType in de.starface.integration.uci.java.v30.types
 

Fields in de.starface.integration.uci.java.v30.types declared as SoftPhoneNatType
static SoftPhoneNatType SoftPhoneSetting.DEFAULT_NATTYPE
           
 

Methods in de.starface.integration.uci.java.v30.types that return SoftPhoneNatType
 SoftPhoneNatType SoftPhoneSetting.getNatType()
           
 

Methods in de.starface.integration.uci.java.v30.types with parameters of type SoftPhoneNatType
 void SoftPhoneSetting.setNatType(SoftPhoneNatType natType)
           
 

Constructors in de.starface.integration.uci.java.v30.types with parameters of type SoftPhoneNatType
SoftPhoneSetting(String softPhoneId, String codecs, SoftPhoneNatType natType)
           
 

Uses of SoftPhoneNatType in de.starface.integration.uci.java.v30.values
 

Methods in de.starface.integration.uci.java.v30.values that return SoftPhoneNatType
static SoftPhoneNatType SoftPhoneNatType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SoftPhoneNatType[] SoftPhoneNatType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.