Uses of Enum
com.sap.conn.jco.JCoUnitIdentifier.Type
Packages that use JCoUnitIdentifier.Type
Package
Description
Contains the major part of the interfaces and factories that 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.TypeModifier and TypeMethodDescriptionJCoUnitIdentifier.getType()
Returns the type of the unit.static JCoUnitIdentifier.Type
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.TypeModifier and TypeMethodDescriptionstatic JCoUnitIdentifier
JCo.createUnitIdentifier
(String unitID, JCoUnitIdentifier.Type unitType) Creates a new unit identifier.