|
||||||||||
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'. Description of a WPS process or output object.
The following features are supported:
Wps10Package.getDescriptionType()
Method Summary | |
---|---|
LanguageStringType |
getAbstract()
Returns the value of the 'Abstract' containment reference. |
CodeType |
getIdentifier()
Returns the value of the 'Identifier' containment reference. |
org.eclipse.emf.common.util.EList |
getMetadata()
Returns the value of the 'Metadata' containment reference list. |
LanguageStringType |
getTitle()
Returns the value of the 'Title' containment reference. |
void |
setAbstract(LanguageStringType value)
Sets the value of the ' Abstract ' containment reference. |
void |
setIdentifier(CodeType value)
Sets the value of the ' Identifier ' containment reference. |
void |
setTitle(LanguageStringType value)
Sets the value of the ' Title ' containment reference. |
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 |
---|
CodeType getIdentifier()
setIdentifier(CodeType)
,
Wps10Package.getDescriptionType_Identifier()
void setIdentifier(CodeType value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
LanguageStringType getTitle()
setTitle(LanguageStringType)
,
Wps10Package.getDescriptionType_Title()
void setTitle(LanguageStringType value)
Title
' containment reference.
value
- the new value of the 'Title' containment reference.getTitle()
LanguageStringType getAbstract()
setAbstract(LanguageStringType)
,
Wps10Package.getDescriptionType_Abstract()
void setAbstract(LanguageStringType value)
Abstract
' containment reference.
value
- the new value of the 'Abstract' containment reference.getAbstract()
org.eclipse.emf.common.util.EList getMetadata()
MetadataType
.
Optional unordered list of additional metadata about this process/input/output. A list of optional and/or required metadata elements for this process/input/output could be specified in an Application Profile for this service.
Wps10Package.getDescriptionType_Metadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |