- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {ArrayList a =
new ArrayList<String>()
new ArrayList()
new ArrayList<Object>()
- Smart code suggestions by Codota
}
/** * Returns the <code>discriminator-type</code> attribute * @return the value defined for the attribute <code>discriminator-type</code> */ public DiscriminatorType getDiscriminatorType() { return DiscriminatorType.getFromStringValue(childNode.getAttribute("discriminator-type")); }
/** * Returns the <code>discriminator-type</code> attribute * @return the value defined for the attribute <code>discriminator-type</code> */ public DiscriminatorType getDiscriminatorType() { return DiscriminatorType.getFromStringValue(childNode.getAttribute("discriminator-type")); }