Uses of Class
org.openxma.dsl.reference.types.valueobject.VODouble

Packages that use VODouble
org.openxma.dsl.reference.dto   
org.openxma.dsl.reference.model   
org.openxma.dsl.reference.model.impl   
org.openxma.dsl.reference.types.valueobject   
 

Uses of VODouble in org.openxma.dsl.reference.dto
 

Methods in org.openxma.dsl.reference.dto that return VODouble
 VODouble VODataView.getPVODouble()
           
 

Methods in org.openxma.dsl.reference.dto with parameters of type VODouble
 void VODataView.setPVODouble(VODouble pVODouble)
           
 

Constructors in org.openxma.dsl.reference.dto with parameters of type VODouble
VODataView(java.lang.String oid, java.util.Date version, VOBigDecimal pVOBigDecimal, VODate pVODate, VOTimestamp pVOTimestamp, VODouble pVODouble, VOFloat pVOFloat, VOInteger pVOInteger, VOLong pVOLong, VOString pVOString, VOBoolean pVOBoolean, VOI18Enumeration pVOI18Enumeration, VOByteArray pVOByteArray, VOXml pVOXml, org.openxma.dsl.platform.valueobject.ValueObjectByteArray pVOXml2)
           
 

Uses of VODouble in org.openxma.dsl.reference.model
 

Methods in org.openxma.dsl.reference.model that return VODouble
 VODouble VOData.getPVODouble()
           
 

Methods in org.openxma.dsl.reference.model with parameters of type VODouble
 void VOData.setPVODouble(VODouble pVODouble)
           
 

Uses of VODouble in org.openxma.dsl.reference.model.impl
 

Methods in org.openxma.dsl.reference.model.impl that return VODouble
 VODouble VODataImpl.getPVODouble()
           
 

Methods in org.openxma.dsl.reference.model.impl with parameters of type VODouble
 void VODataImpl.setPVODouble(VODouble pVODouble)
           
 

Uses of VODouble in org.openxma.dsl.reference.types.valueobject
 

Methods in org.openxma.dsl.reference.types.valueobject that return VODouble
static VODouble VODouble.newOrNull(java.lang.Double pDouble)
          Create a new instance of VODouble or return null depending on input.
static VODouble VODouble.newOrNull(java.lang.String value)
          Create a new instance of VODouble or return null depending on input.
 



Copyright © 2010. All Rights Reserved.