Package edu.suffolk.litlab.efsp
Enum Class Jurisdiction
- All Implemented Interfaces:
Serializable,Comparable<Jurisdiction>,Constable
The jurisdictions (states) that our code works in and that we support. Even though all possible
jurisdictions might be listed here, only those set to the
TYLER_JURISDICTIONS env
var are supported at runtime.
At the moment, each jurisdiction is uniquely mapped to a single API and Vendor of that API (i.e. ECF, and Tyler). This is for when we expand to having multiple APIs (i.e. ECF v4 and ECF v5) and multiple vendors(Tyler and SoftImage).
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetApi()getName()static Jurisdictionstatic JurisdictionReturns the enum constant of this class with the specified name.static Jurisdiction[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CALIFORNIA
-
INDIANA
-
ILLINOIS
-
LOUISIANA
-
MASSACHUSETTS
-
TEXAS
-
VERMONT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
-
getVendor
-
getApi
-
parse
-