|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentType
A representation of the model object 'Content Type'. Base class for content
The following features are supported:
EnvelopePackage.getContentType()
Method Summary | |
---|---|
EList<SectionType> |
getAllSections()
Returns all the sections regardless of whether or not they are defined with substitution groups. |
AnnotationSectionType |
getAnnotationSection()
Returns the value of the 'Annotation Section' reference. |
FeatureMap |
getAny()
Returns the value of the 'Any' attribute list. |
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
EnvelopeType |
getEnvelope()
Returns the value of the 'Envelope' container reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
MsgType |
getInfo()
Returns the value of the 'Info' containment reference. |
MsgType |
getName()
Returns the value of the 'Name' containment reference. |
EList<SectionType> |
getSection()
Returns the value of the 'Section' containment reference list. |
FeatureMap |
getSectionGroup()
Returns the value of the 'Section Group' attribute list. |
void |
setAnnotationSection(AnnotationSectionType value)
Sets the value of the ' Annotation Section ' reference. |
void |
setEnvelope(EnvelopeType value)
Sets the value of the ' Envelope ' container reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setInfo(MsgType value)
Sets the value of the ' Info ' containment reference. |
void |
setName(MsgType value)
Sets the value of the ' Name ' containment reference. |
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 |
---|
MsgType getInfo()
setInfo(MsgType)
,
EnvelopePackage.getContentType_Info()
void setInfo(MsgType value)
Info
' containment reference.
value
- the new value of the 'Info' containment reference.getInfo()
MsgType getName()
setName(MsgType)
,
EnvelopePackage.getContentType_Name()
void setName(MsgType value)
Name
' containment reference.
value
- the new value of the 'Name' containment reference.getName()
FeatureMap getSectionGroup()
FeatureMap.Entry
.
Content body is a list of Sections
EnvelopePackage.getContentType_SectionGroup()
EList<SectionType> getSection()
SectionType
.
It is bidirectional and its opposite is 'Content
'.
Content body is a list of Sections
EnvelopePackage.getContentType_Section()
,
SectionType.getContent()
FeatureMap getAny()
FeatureMap.Entry
.
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getContentType_Any()
AnnotationSectionType getAnnotationSection()
If the meaning of the 'Annotation Section' reference isn't clear, there really should be more of a description here...
setAnnotationSection(AnnotationSectionType)
,
EnvelopePackage.getContentType_AnnotationSection()
void setAnnotationSection(AnnotationSectionType value)
Annotation Section
' reference.
value
- the new value of the 'Annotation Section' reference.getAnnotationSection()
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)
,
EnvelopePackage.getContentType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
FeatureMap getAnyAttribute()
FeatureMap.Entry
.
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getContentType_AnyAttribute()
EnvelopeType getEnvelope()
Content
'.
If the meaning of the 'Envelope' container reference isn't clear, there really should be more of a description here...
setEnvelope(EnvelopeType)
,
EnvelopePackage.getContentType_Envelope()
,
EnvelopeType.getContent()
void setEnvelope(EnvelopeType value)
Envelope
' container reference.
value
- the new value of the 'Envelope' container reference.getEnvelope()
EList<SectionType> getAllSections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |