Package org.foray.fotree.axsl.prop

Examples of org.foray.fotree.axsl.prop.AxslEnumerated


     * {@inheritDoc}
     */
    public String getMetadataName() {
        final Property rawProperty = this.getPropertyList().getProperty(
                AxslProperty.METADATA_KEY);
        final AxslEnumerated property = (AxslEnumerated) rawProperty;
        if (property == null) {
            return "";
        }
        final AxslValue value = property.getValue();
        return value.toXslFo();
    }
View Full Code Here

TOP

Related Classes of org.foray.fotree.axsl.prop.AxslEnumerated

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.