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