EclipseLink 1.2.0, build 'v20091016-r5565' API Reference

org.eclipse.persistence.sdo.helper
Class SDOTypesGenerator.GlobalRef

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
Enclosing class:
SDOTypesGenerator

public class SDOTypesGenerator.GlobalRef
extends java.lang.Object


Constructor Summary
SDOTypesGenerator.GlobalRef()
           
 
Method Summary
 java.lang.String getLocalName()
           
 SDOType getOwningType()
           
 Property getProperty()
           
 java.lang.String getUri()
           
 boolean isElement()
           
 void setIsElement(boolean isElem)
           
 void setLocalName(java.lang.String theLocalName)
           
 void setOwningType(SDOType owningType)
           
 void setProperty(Property theProperty)
           
 void setUri(java.lang.String theUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOTypesGenerator.GlobalRef

public SDOTypesGenerator.GlobalRef()
Method Detail

setOwningType

public void setOwningType(SDOType owningType)

getOwningType

public SDOType getOwningType()

getUri

public java.lang.String getUri()

setUri

public void setUri(java.lang.String theUri)

getProperty

public Property getProperty()

setProperty

public void setProperty(Property theProperty)

getLocalName

public java.lang.String getLocalName()

setLocalName

public void setLocalName(java.lang.String theLocalName)

isElement

public boolean isElement()

setIsElement

public void setIsElement(boolean isElem)

EclipseLink 1.2.0, build 'v20091016-r5565' API Reference