Interface Templatable


public interface Templatable
Templates can be used to reduce data duplication by providing a reference to a separate "template". Instances can then specify the reference to the template and the common data can be extracted there. The instance can be merged with the template to form one complete, valid instance. RosettaModelObjects specified as Templatable provide methods to get and set a global reference to the template's global key.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get TemplateFields, which contains a global reference to the template.
  • Method Details

    • getMeta

      TemplateFields getMeta()
      Get TemplateFields, which contains a global reference to the template.