Class DatasetArg<T>

    • Constructor Detail

      • DatasetArg

        protected DatasetArg​(String propertyName,
                             Class<T> propertyType,
                             T value)
    • Method Detail

      • valueOf

        public static DatasetArg<?> valueOf​(String s)
                                     throws MalformedArgException
        Used by RS to parse value of request parameters.
        Parameters:
        s - the request dataset argument
        Returns:
        instance of appropriate implementation of DatasetArg based on the actual Type the argument represents.
        Throws:
        MalformedArgException