Uses of Class
org.speakright.core.flows.TransferFlow.TransferType

Packages that use TransferFlow.TransferType
org.speakright.core.flows   
org.speakright.core.render   
org.speakright.sro   
 

Uses of TransferFlow.TransferType in org.speakright.core.flows
 

Methods in org.speakright.core.flows that return TransferFlow.TransferType
 TransferFlow.TransferType TransferFlow.Type()
           
static TransferFlow.TransferType TransferFlow.TransferType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransferFlow.TransferType[] TransferFlow.TransferType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.speakright.core.flows with parameters of type TransferFlow.TransferType
 void TransferFlow.setType(TransferFlow.TransferType type)
           
 

Constructors in org.speakright.core.flows with parameters of type TransferFlow.TransferType
TransferFlow(TransferFlow.TransferType type, java.lang.String destination)
           
TransferFlow(TransferFlow.TransferType type, java.lang.String destination, java.lang.String ptext)
           
 

Uses of TransferFlow.TransferType in org.speakright.core.render
 

Fields in org.speakright.core.render declared as TransferFlow.TransferType
 TransferFlow.TransferType Transfer.m_transferType
           
 

Constructors in org.speakright.core.render with parameters of type TransferFlow.TransferType
Transfer(TransferFlow.TransferType type, java.lang.String destination, Prompt prompt)
           
 

Uses of TransferFlow.TransferType in org.speakright.sro
 

Constructors in org.speakright.sro with parameters of type TransferFlow.TransferType
SROTransferCall(java.lang.String destination, TransferFlow.TransferType type)