Package dk.i2m.drupal.field

Examples of dk.i2m.drupal.field.Basic


    public BasicWrapper(String name) {
        this.name = name;
    }

    public BasicWrapper(String name, String value) {
        this.basic = new Basic(value);
        this.name = name;
    }
View Full Code Here

TOP

Related Classes of dk.i2m.drupal.field.Basic

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.