com.ebmwebsourcing.wsstar.qml.api
Interface Value

All Known Implementing Classes:
ValueImpl

public interface Value


Method Summary
 Type getType()
           
 Unit getUnit()
           
 java.lang.Float getValue()
           
 Type newType()
           
 Unit newUnit()
           
 void setType(Type t)
           
 void setUnit(Unit unit)
           
 void setValue(java.lang.Float val)
           
 

Method Detail

getValue

java.lang.Float getValue()

setValue

void setValue(java.lang.Float val)

newType

Type newType()
             throws WSQMLException
Throws:
WSQMLException

getType

Type getType()

setType

void setType(Type t)

newUnit

Unit newUnit()
             throws WSQMLException
Throws:
WSQMLException

getUnit

Unit getUnit()

setUnit

void setUnit(Unit unit)


Copyright © 2009 eBM Websourcing. All Rights Reserved.