|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescriptionType
A representation of the model object 'Description Type'. Human-readable descriptive information for the object it is included within. This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements.
The following features are supported:
Ows10Package.getDescriptionType()
Method Summary | |
---|---|
java.lang.String |
getAbstract()
Returns the value of the 'Abstract' attribute. |
org.eclipse.emf.common.util.EList |
getKeywords()
Returns the value of the 'Keywords' containment reference list. |
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute. |
void |
setAbstract(java.lang.String value)
Sets the value of the ' Abstract ' attribute. |
void |
setTitle(java.lang.String value)
Sets the value of the ' Title ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
Ows10Package.getDescriptionType_Title()
void setTitle(java.lang.String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
java.lang.String getAbstract()
If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
setAbstract(String)
,
Ows10Package.getDescriptionType_Abstract()
void setAbstract(java.lang.String value)
Abstract
' attribute.
value
- the new value of the 'Abstract' attribute.getAbstract()
org.eclipse.emf.common.util.EList getKeywords()
KeywordsType
.
If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...
Ows10Package.getDescriptionType_Keywords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |