Package org.apache.isis.nof.core.util

Examples of org.apache.isis.nof.core.util.AsString


    public void setMaximumSize(final Size size) {
        this.requiredSize = size;
    }

    public String toString() {
        AsString ts = new AsString(this);
        ts.append("size", requiredSize);
        toString(ts);
        return ts.toString();
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.nof.core.util.AsString

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.