Uses of Enum Class
tyler.ecf.extensions.common.DocumentSecurityType
Packages that use DocumentSecurityType
-
Uses of DocumentSecurityType in tyler.ecf.extensions.common
Fields in tyler.ecf.extensions.common declared as DocumentSecurityTypeModifier and TypeFieldDescriptionprotected DocumentSecurityType
DocumentAttachmentIdentificationType.documentSecurity
Methods in tyler.ecf.extensions.common that return DocumentSecurityTypeModifier and TypeMethodDescriptionstatic DocumentSecurityType
DocumentAttachmentIdentificationType.getDocumentSecurity()
Gets the value of the documentSecurity property.static DocumentSecurityType
Returns the enum constant of this class with the specified name.static DocumentSecurityType[]
DocumentSecurityType.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 DocumentSecurityTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<DocumentSecurityType> ObjectFactory.createDocumentSecurity
(DocumentSecurityType value) Methods in tyler.ecf.extensions.common with parameters of type DocumentSecurityTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<DocumentSecurityType> ObjectFactory.createDocumentSecurity
(DocumentSecurityType value) void
DocumentAttachmentIdentificationType.setDocumentSecurity
(DocumentSecurityType value) Sets the value of the documentSecurity property.