com.twainconnect.core
Class TwainEngineType

java.lang.Object
  extended by com.twainconnect.core.TwainEngineType
All Implemented Interfaces:
com.jimageconnect.core.JImageSourceInfo

public class TwainEngineType
extends java.lang.Object
implements com.jimageconnect.core.JImageSourceInfo

Marker interface to denote which platform engine is being used

Since:
6.0
Version:
6.0

Constructor Summary
TwainEngineType(java.lang.String source)
           
 
Method Summary
 java.lang.Class<?> getEngineType()
           
 java.lang.String getSourceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwainEngineType

public TwainEngineType(java.lang.String source)
Method Detail

getEngineType

public java.lang.Class<?> getEngineType()
Specified by:
getEngineType in interface com.jimageconnect.core.JImageSourceInfo

getSourceName

public java.lang.String getSourceName()
Specified by:
getSourceName in interface com.jimageconnect.core.JImageSourceInfo