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 String
getLocalName()
SDOType
getOwningType()
commonj.sdo.Property
getProperty()
String
getUri()
boolean
isElement()
void
setIsElement(boolean isElem)
void
setLocalName(String theLocalName)
void
setOwningType(SDOType owningType)
void
setProperty(commonj.sdo.Property theProperty)
void
setUri(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)
-
-