Package net.cis.common.model.structure

Examples of net.cis.common.model.structure.ShipType


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setShipType(ShipType newShipType) {
    ShipType oldShipType = shipType;
    shipType = newShipType == null ? SHIP_TYPE_EDEFAULT : newShipType;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, StructurePackage.SHIP__SHIP_TYPE, oldShipType, shipType));
  }
View Full Code Here

TOP

Related Classes of net.cis.common.model.structure.ShipType

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.