Class SDOTypesGenerator.GlobalRef
- java.lang.Object
-
- org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
-
- Enclosing class:
- SDOTypesGenerator
public class SDOTypesGenerator.GlobalRef extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobalRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalName()SDOTypegetOwningType()commonj.sdo.PropertygetProperty()StringgetUri()booleanisElement()voidsetIsElement(boolean isElem)voidsetLocalName(String theLocalName)voidsetOwningType(SDOType owningType)voidsetProperty(commonj.sdo.Property theProperty)voidsetUri(String theUri)
-
-
-
Method Detail
-
setOwningType
public void setOwningType(SDOType owningType)
-
getOwningType
public SDOType getOwningType()
-
getUri
public String getUri()
-
setUri
public void setUri(String theUri)
-
getProperty
public commonj.sdo.Property getProperty()
-
setProperty
public void setProperty(commonj.sdo.Property theProperty)
-
getLocalName
public String getLocalName()
-
setLocalName
public void setLocalName(String theLocalName)
-
isElement
public boolean isElement()
-
setIsElement
public void setIsElement(boolean isElem)
-
-