blob: 4b51212006ac4116d2ecd9f34971e0e6150e1b66 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012-2014 SAP SE.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* SAP SE - initial API and implementation and/or initial documentation
*
*******************************************************************************/
/**
*/
package org.eclipse.ogee.model.odata;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Number Value</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ogee.model.odata.OdataPackage#getNumberValue()
* @model interface="true" abstract="true"
* @generated
*/
public interface NumberValue extends SimpleValue {
} // NumberValue