Package org.axsl.common.value

Examples of org.axsl.common.value.LinkType


    /**
     * {@inheritDoc}
     */
    public String getDestination() {
        final LinkType linkType = getLinkType();
        if (linkType == LinkType.INTERNAL) {
            return this.traitInternalDestination();
        }
        if (linkType == LinkType.EXTERNAL) {
            return this.getCookedExternalDestination();
View Full Code Here

TOP

Related Classes of org.axsl.common.value.LinkType

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.