Annotation Interface IpsTableUsage
Preserves design time information about the used table
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe name of the used table.Returns the allowed table types. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIndicates whether the table usage is required.
-
Element Details
-
name
String nameThe name of the used table. -
tableClasses
Returns the allowed table types.- Returns:
- an array of classes representing the allowed table types
-
-
-
required
boolean requiredIndicates whether the table usage is required.- Returns:
- true if the table usage is required, false otherwise
- Default:
- false
-