Class XProperty

    • Constructor Detail

      • XProperty

        public XProperty​(String name)
        Constructs an uninitialised non-standard property.
        Parameters:
        name - a non-standard property name
      • XProperty

        public XProperty​(String aName,
                         String aValue)
        Parameters:
        aName - a non-standard property name
        aValue - a property value
      • XProperty

        public XProperty​(String aName,
                         ParameterList aList,
                         String aValue)
        Parameters:
        aName - a non-standard property name
        aList - a list of parameters
        aValue - a property value
    • Method Detail

      • setValue

        public final void setValue​(String aValue)
        Sets the current value of the property.
        Specified by:
        setValue in class Property
        Parameters:
        aValue - a string representation of the property value
      • getValue

        public final String getValue()
        Specified by:
        getValue in class Content
        Returns:
        the content value