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