1.

Explain Customizing Type Bindings?

Answer»

Default bindings can be overridden:

  • at global scope
  • on case-by-case basis

Customizations include

  • names of GENERATED package, CLASSES and METHODS
  • method return TYPES
  • class property (field) types
  • which elements are bound to classes, as opposed to being IGNORED
  • class property to which each attribute and element declaration is bound

Default bindings can be overridden:

Customizations include



Discussion

No Comment Found