Uses of Class
com.uc4.api.objects.ErtUsage
-
Packages that use ErtUsage Package Description com.uc4.api.objects -
-
Uses of ErtUsage in com.uc4.api.objects
Methods in com.uc4.api.objects that return ErtUsage Modifier and Type Method 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 returnsErtUsage.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.Methods in com.uc4.api.objects that return types with arguments of type ErtUsage Modifier and Type Method Description static java.util.Map<java.lang.Integer,ErtUsage>
ErtUsage. getErtUsageKeyValues()
Gets the Read Only Map of ERT usage.
-