blob: be22b19ce2d68b8763e6edeb72b3f50c35d2b0dc [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Joerg Riegel - Initial implementation
*
*/
package org.eclipse.osbp.xtext.datamartdsl;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Attribute Filler Unsigned Double Random</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datamartdsl.AttributeFillerUnsignedDoubleRandom#getItems <em>Items</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getAttributeFillerUnsignedDoubleRandom()
* @model
* @generated
*/
public interface AttributeFillerUnsignedDoubleRandom extends AttributeFillerDoubleType {
/**
* Returns the value of the '<em><b>Items</b></em>' attribute list.
* The list contents are of type {@link java.lang.Double}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Items</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Items</em>' attribute list.
* @see org.eclipse.osbp.xtext.datamartdsl.DatamartDSLPackage#getAttributeFillerUnsignedDoubleRandom_Items()
* @model unique="false"
* @generated
*/
EList<Double> getItems();
} // AttributeFillerUnsignedDoubleRandom