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

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

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

Methods in org.openxma.dsl.reference.dto that return VOString
 VOString VODataView.getPVOString()
           
 

Methods in org.openxma.dsl.reference.dto with parameters of type VOString
 void VODataView.setPVOString(VOString pVOString)
           
 

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

Methods in org.openxma.dsl.reference.model that return VOString
 VOString VOData.getPVOString()
           
 

Methods in org.openxma.dsl.reference.model with parameters of type VOString
 void VOData.setPVOString(VOString pVOString)
           
 

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

Methods in org.openxma.dsl.reference.model.impl that return VOString
 VOString VODataImpl.getPVOString()
           
 

Methods in org.openxma.dsl.reference.model.impl with parameters of type VOString
 void VODataImpl.setPVOString(VOString pVOString)
           
 

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

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



Copyright © 2010. All Rights Reserved.