Class TldExtendedAttributeOption


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

      Constructors 
      Constructor Description
      TldExtendedAttributeOption​(java.lang.String title, java.lang.String value, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getTitle()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • TldExtendedAttributeOption

        public TldExtendedAttributeOption​(java.lang.String title,
                                          java.lang.String value,
                                          java.lang.String description)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • getValue

        public java.lang.String getValue()
      • getDescription

        public java.lang.String getDescription()