com.sap.ip.me.api.pios.connection
Class ConnectionType

java.lang.Object
  extended bycom.sap.ip.me.api.pios.connection.ConnectionType

public final class ConnectionType
extends java.lang.Object

Provides a list of all of the peripherals offered by the PIOS API.

Since:
MI 2.5
Author:
Abaco

Field Summary
static ConnectionType PRINTER
          The printer type.
static ConnectionType RFID
          The RFID type.
static ConnectionType SCANNER
          The scanner type.
 
Method Summary
 long getID()
          Returns the connection id.
 java.lang.String getType()
          Returns an string representing the connection type.
 java.lang.String toString()
          Returns a string representing the connection type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRINTER

public static final ConnectionType PRINTER
The printer type.


SCANNER

public static final ConnectionType SCANNER
The scanner type.


RFID

public static final ConnectionType RFID
The RFID type.

Method Detail

toString

public java.lang.String toString()
Returns a string representing the connection type.

Returns:
A string with the connection type name.

getType

public java.lang.String getType()
Returns an string representing the connection type.

Returns:
A string with the connection type name.

getID

public long getID()
Returns the connection id.

Returns:
The connection id for this instance.


Copyright © 2005 SAP AG. All Rights Reserved.