Class TypedExtension

java.lang.Object
eu.bandm.tools.tdom.runtime.TypedExtension
Direct Known Subclasses:
Extension, Extension, Extension, Extension

public abstract class TypedExtension extends Object
Base class for the generated "Extension" class. For each model one such will be geenrated, which allows to plug a second tdom model as a collection of alternatives into this model.
  • Constructor Details

    • TypedExtension

      protected TypedExtension()
    • TypedExtension

      protected TypedExtension(TypedExtension nestedExtension)
  • Method Details

    • getNestedExtension

      public final TypedExtension getNestedExtension()