Uses of Enum Class
edu.suffolk.litlab.efsp.tyler.ecfcodes.MaintainedCodeCheck.CodeTable
Packages that use MaintainedCodeCheck.CodeTable
-
Uses of MaintainedCodeCheck.CodeTable in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return MaintainedCodeCheck.CodeTableModifier and TypeMethodDescriptionMaintainedCodeCheck.table()Returns the value of thetablerecord component.Returns the enum constant of this class with the specified name.static MaintainedCodeCheck.CodeTable[]MaintainedCodeCheck.CodeTable.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.suffolk.litlab.efsp.tyler.ecfcodes with parameters of type MaintainedCodeCheck.CodeTableModifierConstructorDescriptionMaintainedCodeCheck(String jurisdiction, String courtCode, MaintainedCodeCheck.CodeTable table, List<String> filters, String sourceInterviewUrl, String caseCategoryCode) Creates an instance of aMaintainedCodeCheckrecord class.