Class GenericShorthandParser

    • Constructor Detail

      • GenericShorthandParser

        public GenericShorthandParser()
        Constructor.
    • Method Detail

      • getElement

        protected Property getElement​(Property list,
                                      int index)
        Parameters:
        list - the ListProperty
        index - the index into the List of properties
        Returns:
        the property from the List of properties at the index parameter
      • convertValueForProperty

        protected Property convertValueForProperty​(int propId,
                                                   Property property,
                                                   PropertyMaker maker,
                                                   PropertyList propertyList)
                                            throws PropertyException
        Converts a property name into a Property
        Parameters:
        propId - the property ID in the Constants interface
        maker - the Property.Maker to be used in the conversion
        property - ...
        propertyList - the PropertyList from which the Property should be extracted
        Returns:
        the Property matching the parameters, or null if not found
        Throws:
        PropertyException - (when?)