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 |
ObjectValues.getErtUsage(java.lang.String validityKeyword)
Returns the ertUsage for a given validity keyword
The method returns
ErtUsage.NONE if the validity keyword does not exist. |
ErtUsage |
TaskValues.getErtUsage(java.lang.String validityKeyword)
|
ErtUsage |
TaskValues.getParentErtUsage(java.lang.String validityKeyword)
|
static ErtUsage |
ErtUsage.valueOf(java.lang.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 java.util.Map<java.lang.Integer,ErtUsage> |
ErtUsage.getErtUsageKeyValues()
Gets the Read Only Map of ERT usage.
|