Package ariba.ui.aribaweb.util.AWDebugTrace

Examples of ariba.ui.aribaweb.util.AWDebugTrace.MetadataTraceNode.title()


    public String nodeTitle ()
    {
        String name = AWDebugTrace.elementName(_traceNode.element());
        MetadataTraceNode meta = _traceNode.associatedMetadata();
        return (meta != null)
                ? Fmt.S("%s (%s)", meta.title(_traceNode.element()), name)
                : name;
    }

    public String componentName ()
    {
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.