|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputType
A representation of the model object 'Input Type'. Value of one input to a process.
The following features are supported:
Wps10Package.getInputType()
Method Summary | |
---|---|
LanguageStringType |
getAbstract()
Returns the value of the 'Abstract' containment reference. |
DataType |
getData()
Returns the value of the 'Data' containment reference. |
CodeType |
getIdentifier()
Returns the value of the 'Identifier' containment reference. |
InputReferenceType |
getReference()
Returns the value of the 'Reference' containment reference. |
LanguageStringType |
getTitle()
Returns the value of the 'Title' containment reference. |
void |
setAbstract(LanguageStringType value)
Sets the value of the ' Abstract ' containment reference. |
void |
setData(DataType value)
Sets the value of the ' Data ' containment reference. |
void |
setIdentifier(CodeType value)
Sets the value of the ' Identifier ' containment reference. |
void |
setReference(InputReferenceType value)
Sets the value of the ' Reference ' 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.getInputType_Identifier()
void setIdentifier(CodeType value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
LanguageStringType getTitle()
setTitle(LanguageStringType)
,
Wps10Package.getInputType_Title()
void setTitle(LanguageStringType value)
Title
' containment reference.
value
- the new value of the 'Title' containment reference.getTitle()
LanguageStringType getAbstract()
setAbstract(LanguageStringType)
,
Wps10Package.getInputType_Abstract()
void setAbstract(LanguageStringType value)
Abstract
' containment reference.
value
- the new value of the 'Abstract' containment reference.getAbstract()
InputReferenceType getReference()
setReference(InputReferenceType)
,
Wps10Package.getInputType_Reference()
void setReference(InputReferenceType value)
Reference
' containment reference.
value
- the new value of the 'Reference' containment reference.getReference()
DataType getData()
setData(DataType)
,
Wps10Package.getInputType_Data()
void setData(DataType value)
Data
' containment reference.
value
- the new value of the 'Data' containment reference.getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |