Beispiel #1
0
  /** Create a new attribute with default type and name. */
  public void addAttribute() {
    final Attribute attribute = new Attribute("attribute", PrimitiveType.VOID_TYPE);
    prepareNewAttribute(attribute);

    component.addAttribute(attribute);
    component.notifyObservers(UpdateMessage.ADD_ATTRIBUTE);
  }