blob: 5ff5069fba1d02c8a038af948abade9a7d9104bf [file] [log] [blame]
/**
*/
package org.w3._1999.xhtml;
import java.math.BigInteger;
import java.util.List;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Td Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.w3._1999.xhtml.TdType#getAbbr1 <em>Abbr1</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getAlign <em>Align</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getAxis <em>Axis</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getChar <em>Char</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getCharoff <em>Charoff</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getClass_ <em>Class</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getColspan <em>Colspan</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getDir <em>Dir</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getHeaders <em>Headers</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getId <em>Id</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getLang <em>Lang</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getLang1 <em>Lang1</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getRowspan <em>Rowspan</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getScope <em>Scope</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getStyle <em>Style</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getTitle <em>Title</em>}</li>
* <li>{@link org.w3._1999.xhtml.TdType#getValign <em>Valign</em>}</li>
* </ul>
*
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType()
* @model extendedMetaData="name='td_._type' kind='mixed'"
* @generated
*/
public interface TdType extends Flow {
/**
* Returns the value of the '<em><b>Abbr1</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Abbr1</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Abbr1</em>' attribute.
* @see #setAbbr1(String)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Abbr1()
* @model dataType="org.w3._1999.xhtml.Text"
* extendedMetaData="kind='attribute' name='abbr'"
* @generated
*/
String getAbbr1();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getAbbr1 <em>Abbr1</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Abbr1</em>' attribute.
* @see #getAbbr1()
* @generated
*/
void setAbbr1(String value);
/**
* Returns the value of the '<em><b>Align</b></em>' attribute.
* The literals are from the enumeration {@link org.w3._1999.xhtml.AlignType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Align</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Align</em>' attribute.
* @see org.w3._1999.xhtml.AlignType
* @see #isSetAlign()
* @see #unsetAlign()
* @see #setAlign(AlignType)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Align()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='align'"
* @generated
*/
AlignType getAlign();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getAlign <em>Align</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Align</em>' attribute.
* @see org.w3._1999.xhtml.AlignType
* @see #isSetAlign()
* @see #unsetAlign()
* @see #getAlign()
* @generated
*/
void setAlign(AlignType value);
/**
* Unsets the value of the '{@link org.w3._1999.xhtml.TdType#getAlign <em>Align</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetAlign()
* @see #getAlign()
* @see #setAlign(AlignType)
* @generated
*/
void unsetAlign();
/**
* Returns whether the value of the '{@link org.w3._1999.xhtml.TdType#getAlign <em>Align</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Align</em>' attribute is set.
* @see #unsetAlign()
* @see #getAlign()
* @see #setAlign(AlignType)
* @generated
*/
boolean isSetAlign();
/**
* Returns the value of the '<em><b>Axis</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Axis</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Axis</em>' attribute.
* @see #setAxis(Object)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Axis()
* @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType"
* extendedMetaData="kind='attribute' name='axis'"
* @generated
*/
Object getAxis();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getAxis <em>Axis</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Axis</em>' attribute.
* @see #getAxis()
* @generated
*/
void setAxis(Object value);
/**
* Returns the value of the '<em><b>Char</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Char</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Char</em>' attribute.
* @see #setChar(String)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Char()
* @model dataType="org.w3._1999.xhtml.Character"
* extendedMetaData="kind='attribute' name='char'"
* @generated
*/
String getChar();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getChar <em>Char</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Char</em>' attribute.
* @see #getChar()
* @generated
*/
void setChar(String value);
/**
* Returns the value of the '<em><b>Charoff</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Charoff</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Charoff</em>' attribute.
* @see #setCharoff(String)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Charoff()
* @model dataType="org.w3._1999.xhtml.Length"
* extendedMetaData="kind='attribute' name='charoff'"
* @generated
*/
String getCharoff();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getCharoff <em>Charoff</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Charoff</em>' attribute.
* @see #getCharoff()
* @generated
*/
void setCharoff(String value);
/**
* Returns the value of the '<em><b>Class</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Class</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Class</em>' attribute.
* @see #setClass(List)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Class()
* @model dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false"
* extendedMetaData="kind='attribute' name='class'"
* @generated
*/
List<String> getClass_();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getClass_ <em>Class</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Class</em>' attribute.
* @see #getClass_()
* @generated
*/
void setClass(List<String> value);
/**
* Returns the value of the '<em><b>Colspan</b></em>' attribute.
* The default value is <code>"1"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Colspan</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Colspan</em>' attribute.
* @see #isSetColspan()
* @see #unsetColspan()
* @see #setColspan(BigInteger)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Colspan()
* @model default="1" unsettable="true" dataType="org.w3._1999.xhtml.Number"
* extendedMetaData="kind='attribute' name='colspan'"
* @generated
*/
BigInteger getColspan();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getColspan <em>Colspan</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Colspan</em>' attribute.
* @see #isSetColspan()
* @see #unsetColspan()
* @see #getColspan()
* @generated
*/
void setColspan(BigInteger value);
/**
* Unsets the value of the '{@link org.w3._1999.xhtml.TdType#getColspan <em>Colspan</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetColspan()
* @see #getColspan()
* @see #setColspan(BigInteger)
* @generated
*/
void unsetColspan();
/**
* Returns whether the value of the '{@link org.w3._1999.xhtml.TdType#getColspan <em>Colspan</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Colspan</em>' attribute is set.
* @see #unsetColspan()
* @see #getColspan()
* @see #setColspan(BigInteger)
* @generated
*/
boolean isSetColspan();
/**
* Returns the value of the '<em><b>Dir</b></em>' attribute.
* The literals are from the enumeration {@link org.w3._1999.xhtml.DirType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Dir</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Dir</em>' attribute.
* @see org.w3._1999.xhtml.DirType
* @see #isSetDir()
* @see #unsetDir()
* @see #setDir(DirType)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Dir()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='dir'"
* @generated
*/
DirType getDir();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getDir <em>Dir</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Dir</em>' attribute.
* @see org.w3._1999.xhtml.DirType
* @see #isSetDir()
* @see #unsetDir()
* @see #getDir()
* @generated
*/
void setDir(DirType value);
/**
* Unsets the value of the '{@link org.w3._1999.xhtml.TdType#getDir <em>Dir</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetDir()
* @see #getDir()
* @see #setDir(DirType)
* @generated
*/
void unsetDir();
/**
* Returns whether the value of the '{@link org.w3._1999.xhtml.TdType#getDir <em>Dir</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Dir</em>' attribute is set.
* @see #unsetDir()
* @see #getDir()
* @see #setDir(DirType)
* @generated
*/
boolean isSetDir();
/**
* Returns the value of the '<em><b>Headers</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Headers</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Headers</em>' attribute.
* @see #setHeaders(List)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Headers()
* @model dataType="org.eclipse.emf.ecore.xml.type.IDREFS" many="false"
* extendedMetaData="kind='attribute' name='headers'"
* @generated
*/
List<String> getHeaders();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getHeaders <em>Headers</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Headers</em>' attribute.
* @see #getHeaders()
* @generated
*/
void setHeaders(List<String> value);
/**
* 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.w3._1999.xhtml.XhtmlPackage#getTdType_Id()
* @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
* extendedMetaData="kind='attribute' name='id'"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#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>Lang</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Lang</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Lang</em>' attribute.
* @see #setLang(String)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Lang()
* @model dataType="org.w3._1999.xhtml.LanguageCode"
* extendedMetaData="kind='attribute' name='lang'"
* @generated
*/
String getLang();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getLang <em>Lang</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Lang</em>' attribute.
* @see #getLang()
* @generated
*/
void setLang(String value);
/**
* Returns the value of the '<em><b>Lang1</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* <div xmlns="http://www.w3.org/1999/xhtml">
* <h3>lang (as an attribute name)</h3>
* <p>
* denotes an attribute whose value
* is a language code for the natural language of the content of
* any element; its value is inherited. This name is reserved
* by virtue of its definition in the XML specification.</p>
* </div>
* <div xmlns="http://www.w3.org/1999/xhtml">
* <h4>Notes</h4>
* <p>
* Attempting to install the relevant ISO 2- and 3-letter
* codes as the enumerated possible values is probably never
* going to be a realistic possibility.
* </p>
* <p>
* See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
* http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>
* and the IANA language subtag registry at
* <a href="http://www.iana.org/assignments/language-subtag-registry">
* http://www.iana.org/assignments/language-subtag-registry</a>
* for further information.
* </p>
* <p>
* The union allows for the 'un-declaration' of xml:lang with
* the empty string.
* </p>
* </div>
*
* <!-- end-model-doc -->
* @return the value of the '<em>Lang1</em>' attribute.
* @see #setLang1(String)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Lang1()
* @model dataType="org.eclipse.emf.ecore.xml.namespace.LangType"
* extendedMetaData="kind='attribute' name='lang' namespace='http://www.w3.org/XML/1998/namespace'"
* @generated
*/
String getLang1();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getLang1 <em>Lang1</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Lang1</em>' attribute.
* @see #getLang1()
* @generated
*/
void setLang1(String value);
/**
* Returns the value of the '<em><b>Rowspan</b></em>' attribute.
* The default value is <code>"1"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rowspan</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Rowspan</em>' attribute.
* @see #isSetRowspan()
* @see #unsetRowspan()
* @see #setRowspan(BigInteger)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Rowspan()
* @model default="1" unsettable="true" dataType="org.w3._1999.xhtml.Number"
* extendedMetaData="kind='attribute' name='rowspan'"
* @generated
*/
BigInteger getRowspan();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getRowspan <em>Rowspan</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Rowspan</em>' attribute.
* @see #isSetRowspan()
* @see #unsetRowspan()
* @see #getRowspan()
* @generated
*/
void setRowspan(BigInteger value);
/**
* Unsets the value of the '{@link org.w3._1999.xhtml.TdType#getRowspan <em>Rowspan</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetRowspan()
* @see #getRowspan()
* @see #setRowspan(BigInteger)
* @generated
*/
void unsetRowspan();
/**
* Returns whether the value of the '{@link org.w3._1999.xhtml.TdType#getRowspan <em>Rowspan</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Rowspan</em>' attribute is set.
* @see #unsetRowspan()
* @see #getRowspan()
* @see #setRowspan(BigInteger)
* @generated
*/
boolean isSetRowspan();
/**
* Returns the value of the '<em><b>Scope</b></em>' attribute.
* The literals are from the enumeration {@link org.w3._1999.xhtml.Scope}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Scope</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Scope</em>' attribute.
* @see org.w3._1999.xhtml.Scope
* @see #isSetScope()
* @see #unsetScope()
* @see #setScope(Scope)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Scope()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='scope'"
* @generated
*/
Scope getScope();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getScope <em>Scope</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Scope</em>' attribute.
* @see org.w3._1999.xhtml.Scope
* @see #isSetScope()
* @see #unsetScope()
* @see #getScope()
* @generated
*/
void setScope(Scope value);
/**
* Unsets the value of the '{@link org.w3._1999.xhtml.TdType#getScope <em>Scope</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetScope()
* @see #getScope()
* @see #setScope(Scope)
* @generated
*/
void unsetScope();
/**
* Returns whether the value of the '{@link org.w3._1999.xhtml.TdType#getScope <em>Scope</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Scope</em>' attribute is set.
* @see #unsetScope()
* @see #getScope()
* @see #setScope(Scope)
* @generated
*/
boolean isSetScope();
/**
* Returns the value of the '<em><b>Style</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Style</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Style</em>' attribute.
* @see #setStyle(String)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Style()
* @model dataType="org.w3._1999.xhtml.StyleSheet"
* extendedMetaData="kind='attribute' name='style'"
* @generated
*/
String getStyle();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getStyle <em>Style</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Style</em>' attribute.
* @see #getStyle()
* @generated
*/
void setStyle(String value);
/**
* 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(String)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Title()
* @model dataType="org.w3._1999.xhtml.Text"
* extendedMetaData="kind='attribute' name='title'"
* @generated
*/
String getTitle();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#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(String value);
/**
* Returns the value of the '<em><b>Valign</b></em>' attribute.
* The literals are from the enumeration {@link org.w3._1999.xhtml.ValignType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Valign</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Valign</em>' attribute.
* @see org.w3._1999.xhtml.ValignType
* @see #isSetValign()
* @see #unsetValign()
* @see #setValign(ValignType)
* @see org.w3._1999.xhtml.XhtmlPackage#getTdType_Valign()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='valign'"
* @generated
*/
ValignType getValign();
/**
* Sets the value of the '{@link org.w3._1999.xhtml.TdType#getValign <em>Valign</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Valign</em>' attribute.
* @see org.w3._1999.xhtml.ValignType
* @see #isSetValign()
* @see #unsetValign()
* @see #getValign()
* @generated
*/
void setValign(ValignType value);
/**
* Unsets the value of the '{@link org.w3._1999.xhtml.TdType#getValign <em>Valign</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetValign()
* @see #getValign()
* @see #setValign(ValignType)
* @generated
*/
void unsetValign();
/**
* Returns whether the value of the '{@link org.w3._1999.xhtml.TdType#getValign <em>Valign</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Valign</em>' attribute is set.
* @see #unsetValign()
* @see #getValign()
* @see #setValign(ValignType)
* @generated
*/
boolean isSetValign();
} // TdType