Uses of Enum Class
tyler.ecf.extensions.common.FilingTypeType
Packages that use FilingTypeType
-
Uses of FilingTypeType in tyler.ecf.extensions.common
Fields in tyler.ecf.extensions.common declared as FilingTypeTypeMethods in tyler.ecf.extensions.common that return FilingTypeTypeModifier and TypeMethodDescriptionstatic FilingTypeType
DocumentType.getFilingAction()
Gets the value of the filingAction property.static FilingTypeType
Returns the enum constant of this class with the specified name.static FilingTypeType[]
FilingTypeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tyler.ecf.extensions.common that return types with arguments of type FilingTypeTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<FilingTypeType> ObjectFactory.createFilingAction
(FilingTypeType value) Methods in tyler.ecf.extensions.common with parameters of type FilingTypeTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<FilingTypeType> ObjectFactory.createFilingAction
(FilingTypeType value) void
DocumentType.setFilingAction
(FilingTypeType value) Sets the value of the filingAction property.