Class TextByLang


  • public class TextByLang
    extends java.lang.Object
    TextByLang class
    • Constructor Summary

      Constructors 
      Constructor Description
      TextByLang()
      Default Constructor
      TextByLang​(java.util.List<fr.gouv.culture.archivesdefrance.seda.v2.TextType> textTypes)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<fr.gouv.culture.archivesdefrance.seda.v2.TextType> getTextTypes()  
      boolean isNotEmpty()  
      • Methods inherited from class java.lang.Object

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

      • TextByLang

        public TextByLang()
        Default Constructor
      • TextByLang

        public TextByLang​(java.util.List<fr.gouv.culture.archivesdefrance.seda.v2.TextType> textTypes)
        Constructor
        Parameters:
        textTypes - the textTypes list
    • Method Detail

      • getTextTypes

        public java.util.List<fr.gouv.culture.archivesdefrance.seda.v2.TextType> getTextTypes()
        Returns:
        the text types as a list
      • isNotEmpty

        public boolean isNotEmpty()