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

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

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

Fields in org.plasma.sdo.access.provider.jdo declared as Unique
protected  Unique Value.uniqueElement
           
protected  Unique Property.uniqueElement
           
protected  Unique Key.uniqueElement
           
protected  Unique Join.uniqueElement
           
protected  Unique Field.uniqueElement
           
protected  Unique Element.uniqueElement
           
 

Fields in org.plasma.sdo.access.provider.jdo with type parameters of type Unique
protected  java.util.List<Unique> Interface.uniques
           
protected  java.util.List<Unique> Class_.uniques
           
 

Methods in org.plasma.sdo.access.provider.jdo that return Unique
 Unique ObjectFactory.createUnique()
          Create an instance of Unique
 Unique Value.getUniqueElement()
          Gets the value of the uniqueElement property.
 Unique Property.getUniqueElement()
          Gets the value of the uniqueElement property.
 Unique Key.getUniqueElement()
          Gets the value of the uniqueElement property.
 Unique Join.getUniqueElement()
          Gets the value of the uniqueElement property.
 Unique Field.getUniqueElement()
          Gets the value of the uniqueElement property.
 Unique Element.getUniqueElement()
          Gets the value of the uniqueElement property.
 

Methods in org.plasma.sdo.access.provider.jdo that return types with arguments of type Unique
 java.util.List<Unique> Interface.getUniques()
          Gets the value of the uniques property.
 java.util.List<Unique> Class_.getUniques()
          Gets the value of the uniques property.
 

Methods in org.plasma.sdo.access.provider.jdo with parameters of type Unique
 void Value.setUniqueElement(Unique value)
          Sets the value of the uniqueElement property.
 void Property.setUniqueElement(Unique value)
          Sets the value of the uniqueElement property.
 void Key.setUniqueElement(Unique value)
          Sets the value of the uniqueElement property.
 void Join.setUniqueElement(Unique value)
          Sets the value of the uniqueElement property.
 void Field.setUniqueElement(Unique value)
          Sets the value of the uniqueElement property.
 void Element.setUniqueElement(Unique value)
          Sets the value of the uniqueElement property.
 



Copyright © 2013. All Rights Reserved.