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

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

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

Methods in org.openxma.dsl.reference.dto that return VOBigDecimal
 VOBigDecimal VODataView.getPVOBigDecimal()
           
 

Methods in org.openxma.dsl.reference.dto with parameters of type VOBigDecimal
 void VODataView.setPVOBigDecimal(VOBigDecimal pVOBigDecimal)
           
 

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

Methods in org.openxma.dsl.reference.model that return VOBigDecimal
 VOBigDecimal VOData.getPVOBigDecimal()
           
 

Methods in org.openxma.dsl.reference.model with parameters of type VOBigDecimal
 void VOData.setPVOBigDecimal(VOBigDecimal pVOBigDecimal)
           
 

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

Methods in org.openxma.dsl.reference.model.impl that return VOBigDecimal
 VOBigDecimal VODataImpl.getPVOBigDecimal()
           
 

Methods in org.openxma.dsl.reference.model.impl with parameters of type VOBigDecimal
 void VODataImpl.setPVOBigDecimal(VOBigDecimal pVOBigDecimal)
           
 

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

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



Copyright © 2010. All Rights Reserved.