|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputDefinitionType
A representation of the model object 'Output Definition Type'. Definition of a format, encoding, schema, and unit-of-measure for an output to be returned from a process.
The following features are supported:
Wps10Package.getOutputDefinitionType()
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Returns the value of the 'Encoding' attribute. |
CodeType |
getIdentifier()
Returns the value of the 'Identifier' containment reference. |
java.lang.String |
getMimeType()
Returns the value of the 'Mime Type' attribute. |
java.lang.String |
getSchema()
Returns the value of the 'Schema' attribute. |
java.lang.String |
getUom()
Returns the value of the 'Uom' attribute. |
void |
setEncoding(java.lang.String value)
Sets the value of the ' Encoding ' attribute. |
void |
setIdentifier(CodeType value)
Sets the value of the ' Identifier ' containment reference. |
void |
setMimeType(java.lang.String value)
Sets the value of the ' Mime Type ' attribute. |
void |
setSchema(java.lang.String value)
Sets the value of the ' Schema ' attribute. |
void |
setUom(java.lang.String value)
Sets the value of the ' Uom ' 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 |
---|
CodeType getIdentifier()
setIdentifier(CodeType)
,
Wps10Package.getOutputDefinitionType_Identifier()
void setIdentifier(CodeType value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
java.lang.String getEncoding()
setEncoding(String)
,
Wps10Package.getOutputDefinitionType_Encoding()
void setEncoding(java.lang.String value)
Encoding
' attribute.
value
- the new value of the 'Encoding' attribute.getEncoding()
java.lang.String getMimeType()
setMimeType(String)
,
Wps10Package.getOutputDefinitionType_MimeType()
void setMimeType(java.lang.String value)
Mime Type
' attribute.
value
- the new value of the 'Mime Type' attribute.getMimeType()
java.lang.String getSchema()
setSchema(String)
,
Wps10Package.getOutputDefinitionType_Schema()
void setSchema(java.lang.String value)
Schema
' attribute.
value
- the new value of the 'Schema' attribute.getSchema()
java.lang.String getUom()
setUom(String)
,
Wps10Package.getOutputDefinitionType_Uom()
void setUom(java.lang.String value)
Uom
' attribute.
value
- the new value of the 'Uom' attribute.getUom()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |