Class NamedValueType


  • public class NamedValueType
    extends Object
    The documentation type for named values.
    Created on: Jun 12, 2008
    Author:
    Martin Grotzke (martin.grotzke at freiheit.com)
    • Constructor Detail

      • NamedValueType

        public NamedValueType()
      • NamedValueType

        public NamedValueType​(String name,
                              String value)
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getValue

        public String getValue()
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Parameters:
        value - the value to set