Examples of ShipType


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
Copyright © 2018 www.massapi.com. 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.