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

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

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

Methods in org.openxma.dsl.reference.dto that return VOFloat
 VOFloat VODataView.getPVOFloat()
           
 

Methods in org.openxma.dsl.reference.dto with parameters of type VOFloat
 void VODataView.setPVOFloat(VOFloat pVOFloat)
           
 

Constructors in org.openxma.dsl.reference.dto with parameters of type VOFloat
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 VOFloat in org.openxma.dsl.reference.model
 

Methods in org.openxma.dsl.reference.model that return VOFloat
 VOFloat VOData.getPVOFloat()
           
 

Methods in org.openxma.dsl.reference.model with parameters of type VOFloat
 void VOData.setPVOFloat(VOFloat pVOFloat)
           
 

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

Methods in org.openxma.dsl.reference.model.impl that return VOFloat
 VOFloat VODataImpl.getPVOFloat()
           
 

Methods in org.openxma.dsl.reference.model.impl with parameters of type VOFloat
 void VODataImpl.setPVOFloat(VOFloat pVOFloat)
           
 

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

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



Copyright © 2010. All Rights Reserved.