Class ConsoleProperties.TopicContentType

  • Enclosing class:
    ConsoleProperties

    public static final class ConsoleProperties.TopicContentType
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      java.lang.String getValue()  
      void setLabel​(java.lang.String label)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • TopicContentType

        public TopicContentType()
      • TopicContentType

        public TopicContentType​(java.lang.String value,
                                java.lang.String label)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)