Package net.opengis.gml

Examples of net.opengis.gml.TimeIndeterminateValueType


   * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
   * @generated
   */
    public void setIndeterminatePosition(TimeIndeterminateValueType newIndeterminatePosition) {
    TimeIndeterminateValueType oldIndeterminatePosition = indeterminatePosition;
    indeterminatePosition = newIndeterminatePosition == null ? INDETERMINATE_POSITION_EDEFAULT : newIndeterminatePosition;
    boolean oldIndeterminatePositionESet = indeterminatePositionESet;
    indeterminatePositionESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, GmlPackage.TIME_POSITION_TYPE__INDETERMINATE_POSITION, oldIndeterminatePosition, indeterminatePosition, !oldIndeterminatePositionESet));
View Full Code Here


   * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
   * @generated
   */
    public void unsetIndeterminatePosition() {
    TimeIndeterminateValueType oldIndeterminatePosition = indeterminatePosition;
    boolean oldIndeterminatePositionESet = indeterminatePositionESet;
    indeterminatePosition = INDETERMINATE_POSITION_EDEFAULT;
    indeterminatePositionESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, GmlPackage.TIME_POSITION_TYPE__INDETERMINATE_POSITION, oldIndeterminatePosition, INDETERMINATE_POSITION_EDEFAULT, oldIndeterminatePositionESet));
View Full Code Here

TOP

Related Classes of net.opengis.gml.TimeIndeterminateValueType

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.