| Package | Description |
|---|---|
| com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
| Modifier and Type | Method and Description |
|---|---|
JCoUnitIdentifier.Type |
JCoUnitIdentifier.getType()
Returns the type of the unit.
|
static JCoUnitIdentifier.Type |
JCoUnitIdentifier.Type.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static JCoUnitIdentifier |
JCo.createUnitIdentifier(String unitID,
JCoUnitIdentifier.Type unitType)
Creates a new unit identifier.
|
Copyright © 2022 SAP. All rights reserved.