Uses of Class
br.com.senior.hcm.payroll.pojos.DocumentType
-
Packages that use DocumentType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of DocumentType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return DocumentType Modifier and Type Method Description static DocumentTypeDocumentType. fromValue(String text)DocumentTypeDocument. getDocumentType()Get documentTypeDocumentTypeDocumentType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentTypeDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentType[]DocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.payroll.pojos with parameters of type DocumentType Modifier and Type Method Description DocumentDocument. documentType(DocumentType documentType)voidDocument. setDocumentType(DocumentType documentType)voidDocumentType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentType enumeration)
-