Package org.omg.uml.foundation.datatypes

Examples of org.omg.uml.foundation.datatypes.Expression


    /**
     * @see org.andromda.metafacades.uml.ParameterFacade#getDefaultValue()
     */
    public String handleGetDefaultValue()
    {
        final Expression expression = this.metaObject.getDefaultValue();
        return expression == null ? "" : expression.getBody();
    }
View Full Code Here

TOP

Related Classes of org.omg.uml.foundation.datatypes.Expression

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.