|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StrucDocCol
A representation of the model object 'Struc Doc Col'.
The following features are supported:
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 |
|---|
AlignType7 getAlign()
"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...
AlignType7,
isSetAlign(),
unsetAlign(),
setAlign(AlignType7),
CDAR2Package.getStrucDocCol_Align()void setAlign(AlignType7 value)
Align' attribute.
value - the new value of the 'Align' attribute.AlignType7,
isSetAlign(),
unsetAlign(),
getAlign()void unsetAlign()
Align' attribute.
isSetAlign(),
getAlign(),
setAlign(AlignType7)boolean isSetAlign()
Align' attribute is set.
unsetAlign(),
getAlign(),
setAlign(AlignType7)java.lang.String getChar()
If the meaning of the 'Char' attribute isn't clear, there really should be more of a description here...
setChar(String),
CDAR2Package.getStrucDocCol_Char()void setChar(java.lang.String value)
Char' attribute.
value - the new value of the 'Char' attribute.getChar()java.lang.String getCharoff()
If the meaning of the 'Charoff' attribute isn't clear, there really should be more of a description here...
setCharoff(String),
CDAR2Package.getStrucDocCol_Charoff()void setCharoff(java.lang.String value)
Charoff' attribute.
value - the new value of the 'Charoff' attribute.getCharoff()java.lang.String getID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
setID(String),
CDAR2Package.getStrucDocCol_ID()void setID(java.lang.String value)
ID' attribute.
value - the new value of the 'ID' attribute.getID()java.lang.String getLanguage()
If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
setLanguage(String),
CDAR2Package.getStrucDocCol_Language()void setLanguage(java.lang.String value)
Language' attribute.
value - the new value of the 'Language' attribute.getLanguage()java.lang.String getSpan()
"1".
If the meaning of the 'Span' attribute isn't clear, there really should be more of a description here...
isSetSpan(),
unsetSpan(),
setSpan(String),
CDAR2Package.getStrucDocCol_Span()void setSpan(java.lang.String value)
Span' attribute.
value - the new value of the 'Span' attribute.isSetSpan(),
unsetSpan(),
getSpan()void unsetSpan()
Span' attribute.
isSetSpan(),
getSpan(),
setSpan(String)boolean isSetSpan()
Span' attribute is set.
unsetSpan(),
getSpan(),
setSpan(String)java.util.List getStyleCode()
If the meaning of the 'Style Code' attribute isn't clear, there really should be more of a description here...
setStyleCode(List),
CDAR2Package.getStrucDocCol_StyleCode()void setStyleCode(java.util.List value)
Style Code' attribute.
value - the new value of the 'Style Code' attribute.getStyleCode()ValignType7 getValign()
"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...
ValignType7,
isSetValign(),
unsetValign(),
setValign(ValignType7),
CDAR2Package.getStrucDocCol_Valign()void setValign(ValignType7 value)
Valign' attribute.
value - the new value of the 'Valign' attribute.ValignType7,
isSetValign(),
unsetValign(),
getValign()void unsetValign()
Valign' attribute.
isSetValign(),
getValign(),
setValign(ValignType7)boolean isSetValign()
Valign' attribute is set.
unsetValign(),
getValign(),
setValign(ValignType7)java.lang.String getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(String),
CDAR2Package.getStrucDocCol_Width()void setWidth(java.lang.String value)
Width' attribute.
value - the new value of the 'Width' attribute.getWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||