Package de.innovationgate.wgpublisher.modules

Examples of de.innovationgate.wgpublisher.modules.ItemEncodingOptionType


    public OptionDefinitionsMap getOptionDefinitions() {
       
        OptionDefinitionsMap options = new OptionDefinitionsMap();
       
        LocalizedOptionDefinition defItemEncoding = new LocalizedOptionDefinition(WGACore.DBATTRIB_DEFAULT_ITEM_ENCODING, new ItemEncodingOptionType(_registry), _bundleLoader);
        defItemEncoding.setOptional(true);
        defItemEncoding.setDefaultValue("none");
        options.addOption(defItemEncoding);
       
        LocalizedOptionDefinition maxQueryResults = new LocalizedOptionDefinition(WGACore.DBATTRIB_MAXQUERYRESULTS, IntegerOptionType.INSTANCE, _bundleLoader);
View Full Code Here

TOP

Related Classes of de.innovationgate.wgpublisher.modules.ItemEncodingOptionType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.