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 ErtUsageErtUsage. getErtUsage(int id)Gets the ERT usage Enum Value.ErtUsageObjectValues. getErtUsage(java.lang.String validityKeyword)Returns the ertUsage for a given validity keyword The method returnsErtUsage.NONEif the validity keyword does not exist.ErtUsageTaskValues. getErtUsage(java.lang.String validityKeyword)ErtUsageTaskValues. getParentErtUsage(java.lang.String validityKeyword)static ErtUsageErtUsage. 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.
-