- Common ways to obtain PropertySimpleType
private void myMethod () {PropertySimpleType p =
PropertyDefinitionSimple propertyDefinitionSimple;propertyDefinitionSimple.getType()
- Smart code suggestions by Codota
}
private static void addRepresentation(PropertyDefinitionSimple p, StringBuilder bld) { bld.append(p.getName()).append(p.getType().name()); }
if (pd instanceof PropertyDefinitionSimple) { PropertyDefinitionSimple pds = (PropertyDefinitionSimple) pd; sender.getConfigDefinition().put(pds.getName(),pds.getType().name());