Uses of Class
com.upek.android.ptapi.struct.PtSwipeInfo

Packages that use PtSwipeInfo
com.upek.android.ptapi.resultarg   
 

Uses of PtSwipeInfo in com.upek.android.ptapi.resultarg
 

Fields in com.upek.android.ptapi.resultarg declared as PtSwipeInfo
 PtSwipeInfo PtSwipeInfoArg.value
          Contains reference to object stored into the container as result value.
 

Methods in com.upek.android.ptapi.resultarg that return PtSwipeInfo
 PtSwipeInfo PtSwipeInfoArg.getValue()
           
 PtSwipeInfo PtSwipeInfoArgI.getValue()
          Get value stored in the container
 

Methods in com.upek.android.ptapi.resultarg with parameters of type PtSwipeInfo
 void PtSwipeInfoArg.setValue(PtSwipeInfo value)
           
 void PtSwipeInfoArgI.setValue(PtSwipeInfo value)
          Store new value in the container.