blob: a7e2848c113a1d9d52a81772613015b8d4f088c2 [file] [log] [blame]
/* ------------------------------------------------------------------------------
- Copyright (c) 2015 Intecs.
- 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:
- L. Baracchi, laura.baracchi@intecs.it
------------------------------------------------------------------------------*/
package org.polarsys.chess.core.util.uml;
/**
* The Class ValueNFP.
*/
public class ValueNFP {
/** The unit. */
public String unit = new String();
/** The value. */
public Double value = 0.0;
}