Uses of Class
org.plasma.sdo.access.provider.jdo.Array

Packages that use Array
org.plasma.sdo.access.provider.jdo Package level documentation for package org.plasma.sdo.access.provider.jdo 
 

Uses of Array in org.plasma.sdo.access.provider.jdo
 

Fields in org.plasma.sdo.access.provider.jdo declared as Array
protected  Array Property.array
           
protected  Array Field.array
           
 

Methods in org.plasma.sdo.access.provider.jdo that return Array
 Array ObjectFactory.createArray()
          Create an instance of Array
 Array Property.getArray()
          Gets the value of the array property.
 Array Field.getArray()
          Gets the value of the array property.
 

Methods in org.plasma.sdo.access.provider.jdo with parameters of type Array
 void Property.setArray(Array value)
          Sets the value of the array property.
 void Field.setArray(Array value)
          Sets the value of the array property.
 



Copyright © 2013. All rights reserved.