Package com.asakusafw.modelgen.model

Examples of com.asakusafw.modelgen.model.BasicType


            throw new IllegalArgumentException("columnTypeKind must not be null"); //$NON-NLS-1$
        }
        if (attributes == null) {
            throw new IllegalArgumentException("attributes must not be null"); //$NON-NLS-1$
        }
        Column column = new Column(columnName, new BasicType(basicTypeKind), attributes);
        columns.add(column);
        return this;
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.modelgen.model.BasicType

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.