org.eclipse.ohf.ihe.common.cdar2
Interface StrucDocTr

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
StrucDocTrImpl

public interface StrucDocTr
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Struc Doc Tr'.

The following features are supported:

See Also:
CDAR2Package.getStrucDocTr()

Method Summary
 AlignType3 getAlign()
          Returns the value of the 'Align' attribute.
 java.lang.String getChar()
          Returns the value of the 'Char' attribute.
 java.lang.String getCharoff()
          Returns the value of the 'Charoff' attribute.
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 java.lang.String getID()
          Returns the value of the 'ID' attribute.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 java.util.List getStyleCode()
          Returns the value of the 'Style Code' attribute.
 org.eclipse.emf.common.util.EList getTd()
          Returns the value of the 'Td' containment reference list.
 org.eclipse.emf.common.util.EList getTh()
          Returns the value of the 'Th' containment reference list.
 ValignType2 getValign()
          Returns the value of the 'Valign' attribute.
 boolean isSetAlign()
          Returns whether the value of the 'Align' attribute is set.
 boolean isSetValign()
          Returns whether the value of the 'Valign' attribute is set.
 void setAlign(AlignType3 value)
          Sets the value of the 'Align' attribute.
 void setChar(java.lang.String value)
          Sets the value of the 'Char' attribute.
 void setCharoff(java.lang.String value)
          Sets the value of the 'Charoff' attribute.
 void setID(java.lang.String value)
          Sets the value of the 'ID' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 void setStyleCode(java.util.List value)
          Sets the value of the 'Style Code' attribute.
 void setValign(ValignType2 value)
          Sets the value of the 'Valign' attribute.
 void unsetAlign()
          Unsets the value of the 'Align' attribute.
 void unsetValign()
          Unsets the value of the 'Valign' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getGroup

org.eclipse.emf.ecore.util.FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Group' attribute list.
See Also:
CDAR2Package.getStrucDocTr_Group()

getTh

org.eclipse.emf.common.util.EList getTh()
Returns the value of the 'Th' containment reference list. The list contents are of type StrucDocTh.

If the meaning of the 'Th' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Th' containment reference list.
See Also:
CDAR2Package.getStrucDocTr_Th()

getTd

org.eclipse.emf.common.util.EList getTd()
Returns the value of the 'Td' containment reference list. The list contents are of type StrucDocTd.

If the meaning of the 'Td' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Td' containment reference list.
See Also:
CDAR2Package.getStrucDocTr_Td()

getAlign

AlignType3 getAlign()
Returns the value of the 'Align' attribute. The default value is "left". The literals are from the enumeration AlignType3.

If the meaning of the 'Align' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Align' attribute.
See Also:
AlignType3, isSetAlign(), unsetAlign(), setAlign(AlignType3), CDAR2Package.getStrucDocTr_Align()

setAlign

void setAlign(AlignType3 value)
Sets the value of the 'Align' attribute.

Parameters:
value - the new value of the 'Align' attribute.
See Also:
AlignType3, isSetAlign(), unsetAlign(), getAlign()

unsetAlign

void unsetAlign()
Unsets the value of the 'Align' attribute.

See Also:
isSetAlign(), getAlign(), setAlign(AlignType3)

isSetAlign

boolean isSetAlign()
Returns whether the value of the 'Align' attribute is set.

Returns:
whether the value of the 'Align' attribute is set.
See Also:
unsetAlign(), getAlign(), setAlign(AlignType3)

getChar

java.lang.String getChar()
Returns the value of the 'Char' attribute.

If the meaning of the 'Char' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Char' attribute.
See Also:
setChar(String), CDAR2Package.getStrucDocTr_Char()

setChar

void setChar(java.lang.String value)
Sets the value of the 'Char' attribute.

Parameters:
value - the new value of the 'Char' attribute.
See Also:
getChar()

getCharoff

java.lang.String getCharoff()
Returns the value of the 'Charoff' attribute.

If the meaning of the 'Charoff' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Charoff' attribute.
See Also:
setCharoff(String), CDAR2Package.getStrucDocTr_Charoff()

setCharoff

void setCharoff(java.lang.String value)
Sets the value of the 'Charoff' attribute.

Parameters:
value - the new value of the 'Charoff' attribute.
See Also:
getCharoff()

getID

java.lang.String getID()
Returns the value of the 'ID' attribute.

If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'ID' attribute.
See Also:
setID(String), CDAR2Package.getStrucDocTr_ID()

setID

void setID(java.lang.String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), CDAR2Package.getStrucDocTr_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()

getStyleCode

java.util.List getStyleCode()
Returns the value of the 'Style Code' attribute.

If the meaning of the 'Style Code' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Style Code' attribute.
See Also:
setStyleCode(List), CDAR2Package.getStrucDocTr_StyleCode()

setStyleCode

void setStyleCode(java.util.List value)
Sets the value of the 'Style Code' attribute.

Parameters:
value - the new value of the 'Style Code' attribute.
See Also:
getStyleCode()

getValign

ValignType2 getValign()
Returns the value of the 'Valign' attribute. The default value is "top". The literals are from the enumeration ValignType2.

If the meaning of the 'Valign' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Valign' attribute.
See Also:
ValignType2, isSetValign(), unsetValign(), setValign(ValignType2), CDAR2Package.getStrucDocTr_Valign()

setValign

void setValign(ValignType2 value)
Sets the value of the 'Valign' attribute.

Parameters:
value - the new value of the 'Valign' attribute.
See Also:
ValignType2, isSetValign(), unsetValign(), getValign()

unsetValign

void unsetValign()
Unsets the value of the 'Valign' attribute.

See Also:
isSetValign(), getValign(), setValign(ValignType2)

isSetValign

boolean isSetValign()
Returns whether the value of the 'Valign' attribute is set.

Returns:
whether the value of the 'Valign' attribute is set.
See Also:
unsetValign(), getValign(), setValign(ValignType2)