Class SDOTypesGenerator.GlobalRef
- java.lang.Object
-
- org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- Enclosing class:
- SDOTypesGenerator
public class SDOTypesGenerator.GlobalRef extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GlobalRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalName()SDOTypegetOwningType()commonj.sdo.PropertygetProperty()java.lang.StringgetUri()booleanisElement()voidsetIsElement(boolean isElem)voidsetLocalName(java.lang.String theLocalName)voidsetOwningType(SDOType owningType)voidsetProperty(commonj.sdo.Property theProperty)voidsetUri(java.lang.String theUri)
-
-
-
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 commonj.sdo.Property getProperty()
-
setProperty
public void setProperty(commonj.sdo.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)
-
-