Package com.asakusafw.runtime.value

Examples of com.asakusafw.runtime.value.ShortOption.modify()


        testField(list, "getCSmallintOption", DATA.STRING_OVER_MAX, shortOption.setNull());
        testField(list, "getCSmallintOption", DATA.STRING_UNDER_MIN, shortOption.setNull());
        testField(list, "getCSmallintOption", DATA.STRING_BIG_VALUE, shortOption.setNull());
        testField(list, "getCSmallintOption", DATA.BLANK, shortOption.setNull());
        testField(list, "getCSmallintOption", DATA.NULL_STRING, shortOption.setNull());
        testField(list, "getCSmallintOption", DATA.BOOL_TRUE, shortOption.modify((short) 1));
        testField(list, "getCSmallintOption", DATA.BOOL_FALSE, shortOption.modify((short) 0));
        testField(list, "getCSmallintOption", DATA.NUMERIC_DATE, shortOption.setNull());
        testField(list, "getCSmallintOption", DATA.DATE_DATE_FMT1, shortOption.setNull());
        testField(list, "getCSmallintOption", DATA.DATE_DATE_FMT2, shortOption.setNull());
        testField(list, "getCSmallintOption", DATA.DATE_DATETIME_FIMT1, shortOption.setNull());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.