Package ariba.util.fieldvalue

Examples of ariba.util.fieldvalue.FieldPath.cdr()


        // since we get better performance from the lookup skipping
        // built into FieldPath
        FieldPath fieldPath = new FieldPath(fieldPathString);
        _fieldPathString = fieldPathString.intern();
        _bindingKey = fieldPath.car().intern();
        _additionalKeyPath = fieldPath.cdr();
        _defaultBinding = defaultBinding;
    }

    // todo: make this name more generic (lose "InComponent")
    public boolean isSettableInComponent (Object object)
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.