Uses of Class
net.sourceforge.pmd.lang.apex.ast.TriggerUsage
-
Packages that use TriggerUsage Package Description net.sourceforge.pmd.lang.apex.ast -
-
Uses of TriggerUsage in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast that return TriggerUsage Modifier and Type Method Description static TriggerUsage
TriggerUsage. of(apex.jorje.data.ast.TriggerUsage apexTriggerUsage)
static TriggerUsage
TriggerUsage. valueOf(String name)
Returns the enum constant of this type with the specified name.static TriggerUsage[]
TriggerUsage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.lang.apex.ast that return types with arguments of type TriggerUsage Modifier and Type Method Description List<TriggerUsage>
ASTUserTrigger. getUsages()
-