Class M2NamedValue


  • public class M2NamedValue
    extends Object
    Definition of a named value that can be used for property injection.
    Author:
    Derek Hulley
    • Method Detail

      • getName

        public String getName()
      • getSimpleValue

        public String getSimpleValue()
        Returns:
        Returns the raw, unconverted value
      • getListValue

        public List<String> getListValue()
        Returns:
        Returns the list of raw, unconverted values
      • setName

        public void setName​(String name)
      • setSimpleValue

        public void setSimpleValue​(String simpleValue)
      • setListValue

        public void setListValue​(List<String> listValue)
      • hasSimpleValue

        public boolean hasSimpleValue()
      • hasListValue

        public boolean hasListValue()