/******************************************************************************* * Copyright (c) 2006-2012 * Software Technology Group, Dresden University of Technology * DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026 * * 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: * Software Technology Group - TU Dresden, Germany; * DevBoost GmbH - Berlin, Germany * - initial API and implementation ******************************************************************************/ /** * <copyright> * </copyright> * * $Id$ */ package org.oasisopen.names.tc.opendocument.xmlns.form; import java.math.BigInteger; import org.oasisopen.names.tc.opendocument.xmlns.text.CommonFormControlContent; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Number Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getBind <em>Bind</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getControlImplementation <em>Control Implementation</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getConvertEmptyToNull <em>Convert Empty To Null</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getCurrentValue <em>Current Value</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getDataField <em>Data Field</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getDisabled <em>Disabled</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getId <em>Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMaxLength <em>Max Length</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMaxValue <em>Max Value</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMinValue <em>Min Value</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getName <em>Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getPrintable <em>Printable</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getReadonly <em>Readonly</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTabIndex <em>Tab Index</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTabStop <em>Tab Stop</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTitle <em>Title</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getValue <em>Value</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType() * @model extendedMetaData="name='number_._type' kind='elementOnly'" * @generated */ public interface NumberType extends CommonFormControlContent { /** * Returns the value of the '<em><b>Bind</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Bind</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Bind</em>' attribute. * @see #setBind(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_Bind() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='bind' namespace='http://www.w3.org/2002/xforms'" * @generated */ String getBind(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getBind <em>Bind</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Bind</em>' attribute. * @see #getBind() * @generated */ void setBind(String value); /** * Returns the value of the '<em><b>Control Implementation</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Control Implementation</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Control Implementation</em>' attribute. * @see #setControlImplementation(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_ControlImplementation() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.NamespacedToken" * extendedMetaData="kind='attribute' name='control-implementation' namespace='##targetNamespace'" * @generated */ String getControlImplementation(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getControlImplementation <em>Control Implementation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Control Implementation</em>' attribute. * @see #getControlImplementation() * @generated */ void setControlImplementation(String value); /** * Returns the value of the '<em><b>Convert Empty To Null</b></em>' attribute. * The default value is <code>"false"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Convert Empty To Null</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Convert Empty To Null</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetConvertEmptyToNull() * @see #unsetConvertEmptyToNull() * @see #setConvertEmptyToNull(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_ConvertEmptyToNull() * @model default="false" unsettable="true" * extendedMetaData="kind='attribute' name='convert-empty-to-null' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getConvertEmptyToNull(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getConvertEmptyToNull <em>Convert Empty To Null</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Convert Empty To Null</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetConvertEmptyToNull() * @see #unsetConvertEmptyToNull() * @see #getConvertEmptyToNull() * @generated */ void setConvertEmptyToNull(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getConvertEmptyToNull <em>Convert Empty To Null</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetConvertEmptyToNull() * @see #getConvertEmptyToNull() * @see #setConvertEmptyToNull(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetConvertEmptyToNull(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getConvertEmptyToNull <em>Convert Empty To Null</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Convert Empty To Null</em>' attribute is set. * @see #unsetConvertEmptyToNull() * @see #getConvertEmptyToNull() * @see #setConvertEmptyToNull(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetConvertEmptyToNull(); /** * Returns the value of the '<em><b>Current Value</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Current Value</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Current Value</em>' attribute. * @see #isSetCurrentValue() * @see #unsetCurrentValue() * @see #setCurrentValue(double) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_CurrentValue() * @model unsettable="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Double" required="true" * extendedMetaData="kind='attribute' name='current-value' namespace='##targetNamespace'" * @generated */ double getCurrentValue(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getCurrentValue <em>Current Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Current Value</em>' attribute. * @see #isSetCurrentValue() * @see #unsetCurrentValue() * @see #getCurrentValue() * @generated */ void setCurrentValue(double value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getCurrentValue <em>Current Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetCurrentValue() * @see #getCurrentValue() * @see #setCurrentValue(double) * @generated */ void unsetCurrentValue(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getCurrentValue <em>Current Value</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Current Value</em>' attribute is set. * @see #unsetCurrentValue() * @see #getCurrentValue() * @see #setCurrentValue(double) * @generated */ boolean isSetCurrentValue(); /** * Returns the value of the '<em><b>Data Field</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Data Field</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Data Field</em>' attribute. * @see #setDataField(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_DataField() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='data-field' namespace='##targetNamespace'" * @generated */ String getDataField(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getDataField <em>Data Field</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Data Field</em>' attribute. * @see #getDataField() * @generated */ void setDataField(String value); /** * Returns the value of the '<em><b>Disabled</b></em>' attribute. * The default value is <code>"false"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Disabled</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Disabled</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetDisabled() * @see #unsetDisabled() * @see #setDisabled(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_Disabled() * @model default="false" unsettable="true" * extendedMetaData="kind='attribute' name='disabled' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getDisabled(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getDisabled <em>Disabled</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Disabled</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetDisabled() * @see #unsetDisabled() * @see #getDisabled() * @generated */ void setDisabled(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getDisabled <em>Disabled</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetDisabled() * @see #getDisabled() * @see #setDisabled(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetDisabled(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getDisabled <em>Disabled</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Disabled</em>' attribute is set. * @see #unsetDisabled() * @see #getDisabled() * @see #setDisabled(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetDisabled(); /** * Returns the value of the '<em><b>Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_Id() * @model id="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.ID" required="true" * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" * @generated */ String getId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getId <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the '<em><b>Max Length</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Max 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>Max Length</em>' attribute. * @see #setMaxLength(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_MaxLength() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.NonNegativeInteger" * extendedMetaData="kind='attribute' name='max-length' namespace='##targetNamespace'" * @generated */ BigInteger getMaxLength(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMaxLength <em>Max Length</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Max Length</em>' attribute. * @see #getMaxLength() * @generated */ void setMaxLength(BigInteger value); /** * Returns the value of the '<em><b>Max Value</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Max Value</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Max Value</em>' attribute. * @see #isSetMaxValue() * @see #unsetMaxValue() * @see #setMaxValue(double) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_MaxValue() * @model unsettable="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Double" required="true" * extendedMetaData="kind='attribute' name='max-value' namespace='##targetNamespace'" * @generated */ double getMaxValue(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMaxValue <em>Max Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Max Value</em>' attribute. * @see #isSetMaxValue() * @see #unsetMaxValue() * @see #getMaxValue() * @generated */ void setMaxValue(double value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMaxValue <em>Max Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetMaxValue() * @see #getMaxValue() * @see #setMaxValue(double) * @generated */ void unsetMaxValue(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMaxValue <em>Max Value</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Max Value</em>' attribute is set. * @see #unsetMaxValue() * @see #getMaxValue() * @see #setMaxValue(double) * @generated */ boolean isSetMaxValue(); /** * Returns the value of the '<em><b>Min Value</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Min Value</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Min Value</em>' attribute. * @see #isSetMinValue() * @see #unsetMinValue() * @see #setMinValue(double) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_MinValue() * @model unsettable="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Double" required="true" * extendedMetaData="kind='attribute' name='min-value' namespace='##targetNamespace'" * @generated */ double getMinValue(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMinValue <em>Min Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Min Value</em>' attribute. * @see #isSetMinValue() * @see #unsetMinValue() * @see #getMinValue() * @generated */ void setMinValue(double value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMinValue <em>Min Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetMinValue() * @see #getMinValue() * @see #setMinValue(double) * @generated */ void unsetMinValue(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getMinValue <em>Min Value</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Min Value</em>' attribute is set. * @see #unsetMinValue() * @see #getMinValue() * @see #setMinValue(double) * @generated */ boolean isSetMinValue(); /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_Name() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" * @generated */ String getName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the '<em><b>Printable</b></em>' attribute. * The default value is <code>"true"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Printable</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Printable</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetPrintable() * @see #unsetPrintable() * @see #setPrintable(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_Printable() * @model default="true" unsettable="true" * extendedMetaData="kind='attribute' name='printable' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getPrintable(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getPrintable <em>Printable</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Printable</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetPrintable() * @see #unsetPrintable() * @see #getPrintable() * @generated */ void setPrintable(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getPrintable <em>Printable</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetPrintable() * @see #getPrintable() * @see #setPrintable(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetPrintable(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getPrintable <em>Printable</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Printable</em>' attribute is set. * @see #unsetPrintable() * @see #getPrintable() * @see #setPrintable(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetPrintable(); /** * Returns the value of the '<em><b>Readonly</b></em>' attribute. * The default value is <code>"false"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Readonly</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Readonly</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetReadonly() * @see #unsetReadonly() * @see #setReadonly(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_Readonly() * @model default="false" unsettable="true" * extendedMetaData="kind='attribute' name='readonly' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getReadonly(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getReadonly <em>Readonly</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Readonly</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetReadonly() * @see #unsetReadonly() * @see #getReadonly() * @generated */ void setReadonly(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getReadonly <em>Readonly</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetReadonly() * @see #getReadonly() * @see #setReadonly(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetReadonly(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getReadonly <em>Readonly</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Readonly</em>' attribute is set. * @see #unsetReadonly() * @see #getReadonly() * @see #setReadonly(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetReadonly(); /** * Returns the value of the '<em><b>Tab Index</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Tab Index</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Tab Index</em>' attribute. * @see #isSetTabIndex() * @see #unsetTabIndex() * @see #setTabIndex(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_TabIndex() * @model default="0" unsettable="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.NonNegativeInteger" * extendedMetaData="kind='attribute' name='tab-index' namespace='##targetNamespace'" * @generated */ BigInteger getTabIndex(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTabIndex <em>Tab Index</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Tab Index</em>' attribute. * @see #isSetTabIndex() * @see #unsetTabIndex() * @see #getTabIndex() * @generated */ void setTabIndex(BigInteger value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTabIndex <em>Tab Index</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetTabIndex() * @see #getTabIndex() * @see #setTabIndex(BigInteger) * @generated */ void unsetTabIndex(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTabIndex <em>Tab Index</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Tab Index</em>' attribute is set. * @see #unsetTabIndex() * @see #getTabIndex() * @see #setTabIndex(BigInteger) * @generated */ boolean isSetTabIndex(); /** * Returns the value of the '<em><b>Tab Stop</b></em>' attribute. * The default value is <code>"true"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Tab Stop</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Tab Stop</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetTabStop() * @see #unsetTabStop() * @see #setTabStop(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_TabStop() * @model default="true" unsettable="true" * extendedMetaData="kind='attribute' name='tab-stop' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getTabStop(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTabStop <em>Tab Stop</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Tab Stop</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetTabStop() * @see #unsetTabStop() * @see #getTabStop() * @generated */ void setTabStop(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTabStop <em>Tab Stop</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetTabStop() * @see #getTabStop() * @see #setTabStop(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetTabStop(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTabStop <em>Tab Stop</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Tab Stop</em>' attribute is set. * @see #unsetTabStop() * @see #getTabStop() * @see #setTabStop(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetTabStop(); /** * Returns the value of the '<em><b>Title</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Title</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Title</em>' attribute. * @see #setTitle(Object) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_Title() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" * extendedMetaData="kind='attribute' name='title' namespace='##targetNamespace'" * @generated */ Object getTitle(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getTitle <em>Title</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Title</em>' attribute. * @see #getTitle() * @generated */ void setTitle(Object value); /** * Returns the value of the '<em><b>Value</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Value</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Value</em>' attribute. * @see #isSetValue() * @see #unsetValue() * @see #setValue(double) * @see org.oasisopen.names.tc.opendocument.xmlns.form.FormPackage#getNumberType_Value() * @model unsettable="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Double" required="true" * extendedMetaData="kind='attribute' name='value' namespace='##targetNamespace'" * @generated */ double getValue(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getValue <em>Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Value</em>' attribute. * @see #isSetValue() * @see #unsetValue() * @see #getValue() * @generated */ void setValue(double value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getValue <em>Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetValue() * @see #getValue() * @see #setValue(double) * @generated */ void unsetValue(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.form.NumberType#getValue <em>Value</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Value</em>' attribute is set. * @see #unsetValue() * @see #getValue() * @see #setValue(double) * @generated */ boolean isSetValue(); } // NumberType