Searched defs:configField (Results 1 – 3 of 3) sorted by relevance
93 type configField struct { struct94 name string // JSON field name/key in variables95 urlparam string // URL parameter name96 saved bool // Is field saved in settings?97 field reflect.StructField // Field in config98 choices []string // Name Of variables in group99 defaultValue string // Default value for this field.
601 Field configField = clientClass.getDeclaredField("clientConfiguration"); in extractClientConfiguration() local
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...