Class StringList

    • Constructor Summary

      Constructors 
      Constructor Description
      StringList()  
    • Constructor Detail

      • StringList

        public StringList()
    • Method Detail

      • clear

        public void clear()
        Clear.
      • add

        public void add​(java.lang.String value)
        Add.
        Parameters:
        value - the value
      • get

        public java.lang.String get​(Comet3Attribute attr)
        Unlike the super class get-method, this method may only be invoked in the toStringList context.
        Overrides:
        get in class Comet3EntityData
        Parameters:
        attr - the attr
        Returns:
        the string
      • setContent

        public void setContent​(java.lang.String content)
        Description copied from class: Comet3EntityData
        Sets content.
        Specified by:
        setContent in class Comet3EntityData
        Parameters:
        content - the content