|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataType
A representation of the model object 'Data Type'. Identifies the form of this input or output value, and provides supporting information.
The following features are supported:
Wps10Package.getDataType()
Method Summary | |
---|---|
BoundingBoxType |
getBoundingBoxData()
Returns the value of the 'Bounding Box Data' containment reference. |
ComplexDataType |
getComplexData()
Returns the value of the 'Complex Data' containment reference. |
LiteralDataType |
getLiteralData()
Returns the value of the 'Literal Data' containment reference. |
void |
setBoundingBoxData(BoundingBoxType value)
Sets the value of the ' Bounding Box Data ' containment reference. |
void |
setComplexData(ComplexDataType value)
Sets the value of the ' Complex Data ' containment reference. |
void |
setLiteralData(LiteralDataType value)
Sets the value of the ' Literal Data ' 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 |
---|
ComplexDataType getComplexData()
setComplexData(ComplexDataType)
,
Wps10Package.getDataType_ComplexData()
void setComplexData(ComplexDataType value)
Complex Data
' containment reference.
value
- the new value of the 'Complex Data' containment reference.getComplexData()
LiteralDataType getLiteralData()
setLiteralData(LiteralDataType)
,
Wps10Package.getDataType_LiteralData()
void setLiteralData(LiteralDataType value)
Literal Data
' containment reference.
value
- the new value of the 'Literal Data' containment reference.getLiteralData()
BoundingBoxType getBoundingBoxData()
setBoundingBoxData(BoundingBoxType)
,
Wps10Package.getDataType_BoundingBoxData()
void setBoundingBoxData(BoundingBoxType value)
Bounding Box Data
' containment reference.
value
- the new value of the 'Bounding Box Data' containment reference.getBoundingBoxData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |