Class OptionDTO


  • public class OptionDTO
    extends org.osgi.dto.DTO
    A representation of an AttributeDefinition option.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String label
      The label of the option.
      java.lang.String value
      The value of the option.
    • Constructor Summary

      Constructors 
      Constructor Description
      OptionDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

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

      • label

        public java.lang.String label
        The label of the option.

        Must not be null.

      • value

        public java.lang.String value
        The value of the option.

        Must not be null.

    • Constructor Detail

      • OptionDTO

        public OptionDTO()