Examples of ImmutableGeneratingTypedMap


Examples of com.volantis.shared.metadata.impl.ImmutableGeneratingTypedMap

     * @return a mutable map of
     *         {@link com.volantis.shared.metadata.value.immutable.ImmutableMetaDataValue}
     *         instances.
     */
    public Map getFieldValuesAsMutableMap() {
        return new ImmutableGeneratingTypedMap(fieldValues,
                                               MetaDataValue.class, true);
    }
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.