- Common ways to obtain FormatElement
private void myMethod () {FormatElement f =
new FormatElement()
Map map;Object key;(FormatElement) map.get(key)
- Smart code suggestions by Codota
}
String dflt = element.getDefaultValue(); if (dflt == null) { dflt = format.getDefaultText(); if (javatype.equals("float")) { dflt = dflt + 'F';
String dflt = element.getDefaultValue(); if (dflt == null) { dflt = format.getDefaultText(); if (javatype.equals("float")) { dflt = dflt + 'F';
if (child instanceof FormatElement) { FormatElement format = (FormatElement)child; keep = format.getDefaultText() != null || format.getDeserializerName() != null || format.getEnumValueName() != null || format.getSerializerName() != null;