View Javadoc

1   //
2   // Attention: generated code (by Metafacade.vsl) - do not modify!
3   //
4   package org.andromda.cartridges.xmlschema.metafacades;
5   
6   /***
7    * <p>
8    * Represents an XML Schema type.
9    * </p>
10   *
11   * Metafacade interface to be used by AndroMDA cartridges.
12   */
13  public interface XSDComplexType
14      extends org.andromda.metafacades.uml.ClassifierFacade
15  {
16  
17      /***
18       * Indicates the metafacade type (used for metafacade mappings).
19       *
20       * @return always <code>true</code>
21       */
22      public boolean isXSDComplexTypeMetaType();
23  
24  }