Class MetaInfoContainer


  • public class MetaInfoContainer
    extends java.lang.Object
    Class to store metaInfo that will be used for layout renderers.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private IMetaInfo metaInfo  
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaInfoContainer​(IMetaInfo metaInfo)
      Creates MetaInfoContainer instance with provided meta info.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) IMetaInfo getMetaInfo()
      Return the IMetaInfo object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • MetaInfoContainer

        public MetaInfoContainer​(IMetaInfo metaInfo)
        Creates MetaInfoContainer instance with provided meta info.
        Parameters:
        metaInfo - the meta info
    • Method Detail

      • getMetaInfo

        IMetaInfo getMetaInfo()
        Return the IMetaInfo object.
        Returns:
        returns IMetaInfo