|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LiteralDataType
A representation of the model object 'Literal Data Type'. One simple literal value (such as an integer or real number) that is embedded in the Execute operation request or response.
The following features are supported:
Wps10Package.getLiteralDataType()
Method Summary | |
---|---|
java.lang.String |
getDataType()
Returns the value of the 'Data Type' attribute. |
java.lang.String |
getUom()
Returns the value of the 'Uom' attribute. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
setDataType(java.lang.String value)
Sets the value of the ' Data Type ' attribute. |
void |
setUom(java.lang.String value)
Sets the value of the ' Uom ' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' 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 getValue()
setValue(String)
,
Wps10Package.getLiteralDataType_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getDataType()
setDataType(String)
,
Wps10Package.getLiteralDataType_DataType()
void setDataType(java.lang.String value)
Data Type
' attribute.
value
- the new value of the 'Data Type' attribute.getDataType()
java.lang.String getUom()
setUom(String)
,
Wps10Package.getLiteralDataType_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 |