blob: 2cfd60b508e1021f17f41e24d6d9ad8c7396359c [file] [log] [blame]
/**
* Copyright (c) 2014, Loetz GmbH&Co.KG (Heidelberg)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Joerg Riegel - Initial implementation
*
*/
package org.eclipse.osbp.xtext.datainterchange;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Interchange Fixed Column Mapping</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#getLength <em>Length</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isTrim <em>Trim</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isLeftTrim <em>Left Trim</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isRightTrim <em>Right Trim</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isUpperCase <em>Upper Case</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isLowerCase <em>Lower Case</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isCapFirst <em>Cap First</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isUncapFirst <em>Uncap First</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isCapitalize <em>Capitalize</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping()
* @model
* @generated
*/
public interface DataInterchangeFixedColumnMapping extends DataInterchangeMapping {
/**
* Returns the value of the '<em><b>Length</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Length</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Length</em>' attribute.
* @see #setLength(int)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_Length()
* @model unique="false"
* @generated
*/
int getLength();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#getLength <em>Length</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Length</em>' attribute.
* @see #getLength()
* @generated
*/
void setLength(int value);
/**
* Returns the value of the '<em><b>Trim</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Trim</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Trim</em>' attribute.
* @see #setTrim(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_Trim()
* @model unique="false"
* @generated
*/
boolean isTrim();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isTrim <em>Trim</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Trim</em>' attribute.
* @see #isTrim()
* @generated
*/
void setTrim(boolean value);
/**
* Returns the value of the '<em><b>Left Trim</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Left Trim</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Left Trim</em>' attribute.
* @see #setLeftTrim(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_LeftTrim()
* @model unique="false"
* @generated
*/
boolean isLeftTrim();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isLeftTrim <em>Left Trim</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Left Trim</em>' attribute.
* @see #isLeftTrim()
* @generated
*/
void setLeftTrim(boolean value);
/**
* Returns the value of the '<em><b>Right Trim</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Right Trim</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Right Trim</em>' attribute.
* @see #setRightTrim(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_RightTrim()
* @model unique="false"
* @generated
*/
boolean isRightTrim();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isRightTrim <em>Right Trim</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Right Trim</em>' attribute.
* @see #isRightTrim()
* @generated
*/
void setRightTrim(boolean value);
/**
* Returns the value of the '<em><b>Upper Case</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Upper Case</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Upper Case</em>' attribute.
* @see #setUpperCase(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_UpperCase()
* @model unique="false"
* @generated
*/
boolean isUpperCase();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isUpperCase <em>Upper Case</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Upper Case</em>' attribute.
* @see #isUpperCase()
* @generated
*/
void setUpperCase(boolean value);
/**
* Returns the value of the '<em><b>Lower Case</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Lower Case</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Lower Case</em>' attribute.
* @see #setLowerCase(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_LowerCase()
* @model unique="false"
* @generated
*/
boolean isLowerCase();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isLowerCase <em>Lower Case</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Lower Case</em>' attribute.
* @see #isLowerCase()
* @generated
*/
void setLowerCase(boolean value);
/**
* Returns the value of the '<em><b>Cap First</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cap First</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Cap First</em>' attribute.
* @see #setCapFirst(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_CapFirst()
* @model unique="false"
* @generated
*/
boolean isCapFirst();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isCapFirst <em>Cap First</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Cap First</em>' attribute.
* @see #isCapFirst()
* @generated
*/
void setCapFirst(boolean value);
/**
* Returns the value of the '<em><b>Uncap First</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Uncap First</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Uncap First</em>' attribute.
* @see #setUncapFirst(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_UncapFirst()
* @model unique="false"
* @generated
*/
boolean isUncapFirst();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isUncapFirst <em>Uncap First</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Uncap First</em>' attribute.
* @see #isUncapFirst()
* @generated
*/
void setUncapFirst(boolean value);
/**
* Returns the value of the '<em><b>Capitalize</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Capitalize</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Capitalize</em>' attribute.
* @see #setCapitalize(boolean)
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFixedColumnMapping_Capitalize()
* @model unique="false"
* @generated
*/
boolean isCapitalize();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFixedColumnMapping#isCapitalize <em>Capitalize</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Capitalize</em>' attribute.
* @see #isCapitalize()
* @generated
*/
void setCapitalize(boolean value);
} // DataInterchangeFixedColumnMapping