Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
Modifier and Type | Method and Description |
---|---|
static ErtUsage |
ErtUsage.getErtUsage(int id)
Gets the ERT usage Enum Value.
|
ErtUsage |
TaskValues.getErtUsage(String validityKeyword)
|
ErtUsage |
ObjectValues.getErtUsage(String validityKeyword)
Returns the ertUsage for a given validity keyword
The method returns
ErtUsage.NONE if the validity keyword does not exist. |
ErtUsage |
TaskValues.getParentErtUsage(String validityKeyword)
|
static ErtUsage |
ErtUsage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErtUsage[] |
ErtUsage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<Integer,ErtUsage> |
ErtUsage.getErtUsageKeyValues()
Gets the Read Only Map of ERT usage.
|
Copyright © 2021. All rights reserved.