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

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

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

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

The following features are supported:

See Also:
CDAR2Package.getStrucDocCol()

Method Summary
 AlignType7 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.
 java.lang.String getID()
          Returns the value of the 'ID' attribute.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 java.lang.String getSpan()
          Returns the value of the 'Span' attribute.
 java.util.List getStyleCode()
          Returns the value of the 'Style Code' attribute.
 ValignType7 getValign()
          Returns the value of the 'Valign' attribute.
 java.lang.String getWidth()
          Returns the value of the 'Width' attribute.
 boolean isSetAlign()
          Returns whether the value of the 'Align' attribute is set.
 boolean isSetSpan()
          Returns whether the value of the 'Span' attribute is set.
 boolean isSetValign()
          Returns whether the value of the 'Valign' attribute is set.
 void setAlign(AlignType7 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 setSpan(java.lang.String value)
          Sets the value of the 'Span' attribute.
 void setStyleCode(java.util.List value)
          Sets the value of the 'Style Code' attribute.
 void setValign(ValignType7 value)
          Sets the value of the 'Valign' attribute.
 void setWidth(java.lang.String value)
          Sets the value of the 'Width' attribute.
 void unsetAlign()
          Unsets the value of the 'Align' attribute.
 void unsetSpan()
          Unsets the value of the 'Span' 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

getAlign

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

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:
AlignType7, isSetAlign(), unsetAlign(), setAlign(AlignType7), CDAR2Package.getStrucDocCol_Align()

setAlign

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

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

unsetAlign

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

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

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(AlignType7)

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.getStrucDocCol_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.getStrucDocCol_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.getStrucDocCol_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.getStrucDocCol_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()

getSpan

java.lang.String getSpan()
Returns the value of the 'Span' attribute. The default value is "1".

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

Returns:
the value of the 'Span' attribute.
See Also:
isSetSpan(), unsetSpan(), setSpan(String), CDAR2Package.getStrucDocCol_Span()

setSpan

void setSpan(java.lang.String value)
Sets the value of the 'Span' attribute.

Parameters:
value - the new value of the 'Span' attribute.
See Also:
isSetSpan(), unsetSpan(), getSpan()

unsetSpan

void unsetSpan()
Unsets the value of the 'Span' attribute.

See Also:
isSetSpan(), getSpan(), setSpan(String)

isSetSpan

boolean isSetSpan()
Returns whether the value of the 'Span' attribute is set.

Returns:
whether the value of the 'Span' attribute is set.
See Also:
unsetSpan(), getSpan(), setSpan(String)

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.getStrucDocCol_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

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

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:
ValignType7, isSetValign(), unsetValign(), setValign(ValignType7), CDAR2Package.getStrucDocCol_Valign()

setValign

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

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

unsetValign

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

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

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(ValignType7)

getWidth

java.lang.String getWidth()
Returns the value of the 'Width' attribute.

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

Returns:
the value of the 'Width' attribute.
See Also:
setWidth(String), CDAR2Package.getStrucDocCol_Width()

setWidth

void setWidth(java.lang.String value)
Sets the value of the 'Width' attribute.

Parameters:
value - the new value of the 'Width' attribute.
See Also:
getWidth()