standard.interface UML Interface

04 interface 1

Keys:

1 The Java Interface tick-box is used to indicate that the Interface will be taken into account by Java Architect. When checked, the UML Interface becomes a Java Interface and thus its relevant fields appear.

javainterface Java Interface

04 interface 2

Keys:

1 A real-time preview of the generated code.
2 The UML name field is used to modify the UML name of the Interface, i.e. the name that appears in the model browser.
3 The Alias tick-box is used to indicate that the interface will use an alias for the generated file. This can be useful if the UML name of the Interface is not compatible with the java naming rules. When checked, a new field used to enter the alias name appears on the right.
4 The Visibility buttons are used to indicate the visibility of the interface.
5 The Modifiers tick-boxes are used to indicate the modifiers which will be generated in the interface signature.
6 The Annotations field is used to add metadata for the interface. Example: @Deprecated.
7 The Javadoc field is used to enter a javadoc content for the interface.
8 The Java Interface tick-box is used to indicate that the Interface is a Java element, i.e an element that is taken into account by the Java Architect module. Unchecking it will make it a simple UML element.
9 The No code field is used to indicate that the Interface will not be generated.