Uses of Class
model.ComplianceForm.TypeEnum
-
Packages that use ComplianceForm.TypeEnum Package Description model -
-
Uses of ComplianceForm.TypeEnum in model
Methods in model that return ComplianceForm.TypeEnum Modifier and Type Method Description static ComplianceForm.TypeEnumComplianceForm.TypeEnum. fromValue(String value)ComplianceForm.TypeEnumComplianceForm. getType()Type of `compliance_form`.ComplianceForm.TypeEnumComplianceForm.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ComplianceForm.TypeEnumComplianceForm.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ComplianceForm.TypeEnum[]ComplianceForm.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type ComplianceForm.TypeEnum Modifier and Type Method Description voidComplianceForm. setType(ComplianceForm.TypeEnum type)ComplianceFormComplianceForm. type(ComplianceForm.TypeEnum type)voidComplianceForm.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ComplianceForm.TypeEnum enumeration)
-