Uses of Class
com.sap.conn.jco.JCoUnitIdentifier.Type

Packages that use JCoUnitIdentifier.Type
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
 

Uses of JCoUnitIdentifier.Type in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoUnitIdentifier.Type
 JCoUnitIdentifier.Type JCoUnitIdentifier.getType()
          Returns the type of the unit
static JCoUnitIdentifier.Type JCoUnitIdentifier.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JCoUnitIdentifier.Type[] JCoUnitIdentifier.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sap.conn.jco with parameters of type JCoUnitIdentifier.Type
static JCoUnitIdentifier JCo.createUnitIdentifier(java.lang.String unitID, JCoUnitIdentifier.Type unitType)
          Creates a new unit identifier.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.