1 package org.andromda.cartridges.webservice.metafacades;
2
3 /***
4 * MetafacadeLogic implementation for org.andromda.cartridges.webservice.metafacades.WSDLTypeAssociationEnd.
5 *
6 * @see org.andromda.cartridges.webservice.metafacades.WSDLTypeAssociationEnd
7 */
8 public class WSDLTypeAssociationEndLogicImpl
9 extends WSDLTypeAssociationEndLogic
10 {
11
12
13 public WSDLTypeAssociationEndLogicImpl(Object metaObject, String context)
14 {
15 super(metaObject, context);
16 }
17
18 /***
19 * @see org.andromda.cartridges.webservice.metafacades.WSDLTypeAssociationEnd#isNillable()
20 */
21 protected boolean handleIsNillable()
22 {
23 return !this.isRequired();
24 }
25
26 }