001// license-header java merge-point 002// 003// Attention: generated code (by Metafacade.vsl) - do not modify! 004// 005package org.andromda.metafacades.uml; 006 007/** 008 * Represents the association end of a ValueObject. 009 * 010 * Metafacade interface to be used by AndroMDA cartridges. 011 */ 012public interface ValueObjectAssociationEnd 013 extends AssociationEndFacade 014{ 015 /** 016 * Indicates the metafacade type (used for metafacade mappings). 017 * 018 * @return boolean always <code>true</code> 019 */ 020 public boolean isValueObjectAssociationEndMetaType(); 021 022 /** 023 * Indicates if the type of this association is a value object or not. 024 * @return boolean 025 */ 026 public boolean isValueObjectType(); 027}