Uses of Class
com.sipresponse.flibblecallmgr.internal.actions.ReferAction.ReferActionType

Packages that use ReferAction.ReferActionType
com.sipresponse.flibblecallmgr.internal.actions   
 

Uses of ReferAction.ReferActionType in com.sipresponse.flibblecallmgr.internal.actions
 

Methods in com.sipresponse.flibblecallmgr.internal.actions that return ReferAction.ReferActionType
static ReferAction.ReferActionType ReferAction.ReferActionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReferAction.ReferActionType[] ReferAction.ReferActionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.sipresponse.flibblecallmgr.internal.actions with parameters of type ReferAction.ReferActionType
ReferAction(CallManager callMgr, Call call, java.lang.String targetUri, ReferAction.ReferActionType referType)