Class EnumConfigurationValue<P>

    • Constructor Summary

      Constructors 
      Constructor Description
      EnumConfigurationValue​(java.lang.String configurationValue, java.util.Collection<P> valueList)
      Constructor for EnumConfigurationValue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <D> D getValue()
      Get the value.
      <D> java.util.Collection<D> getValueList()
      Get the converted value as list
      void newIterator()
      Initialise iterator back
      java.lang.String toString()
      Get the string representation
      • Methods inherited from class java.lang.Object

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

      • EnumConfigurationValue

        public EnumConfigurationValue​(java.lang.String configurationValue,
                                      java.util.Collection<P> valueList)
        Constructor for EnumConfigurationValue
        Parameters:
        configurationValue - the configuration value
        valueList - the value list