|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.service.helper.SDOViewBuilderSrcImpl
public abstract class SDOViewBuilderSrcImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.jbo.service.helper.SDOBuilderSrc |
|---|
SDOBuilderSrc.MimeTypeProperty |
| Field Summary | |
|---|---|
protected commonj.sdo.helper.HelperContext |
mHelperContext |
protected ViewDefImpl |
mView |
protected ViewLinkDefImpl |
mViewLink |
| Constructor Summary | |
|---|---|
SDOViewBuilderSrcImpl(ViewDefImpl view) |
|
SDOViewBuilderSrcImpl(ViewDefImpl view, commonj.sdo.helper.HelperContext helperContext) |
|
SDOViewBuilderSrcImpl(ViewLinkDefImpl viewLink) |
|
SDOViewBuilderSrcImpl(ViewLinkDefImpl viewLink, commonj.sdo.helper.HelperContext helperContext) |
|
| Method Summary | |
|---|---|
java.lang.Object |
getDefault()Gets the default value for this source. |
java.lang.String |
getJavaTypeName()Gets the sdoJava:instanceClass annotation for this source. |
java.util.List<java.lang.String> |
getKeyPropertyNames()Gets the names of the properties that represent the Key for this source. |
SDOBuilderSrc.MimeTypeProperty |
getMimeTypeProperty()Gets the mime type for this source. |
commonj.sdo.Type |
getSDOType()Gets the SDO Type for this source. |
protected commonj.sdo.Type |
getSDOType(ViewDefImpl viewDef) |
commonj.sdo.Type |
getXMLDataTypeProperty()Gets the sdoXML:dataType annotation for this source. |
java.lang.String |
getXMLName()Gets the name property for this source. |
java.lang.String |
getXMLNamespace()Gets the uri property for this source. |
java.lang.String |
getXMLTypeName()Gets the name of the type for this source. |
boolean |
isMany()Returns true if instances of this property is many-valued. |
boolean |
isNullable()Returns true if instances of this property can be set to null. |
boolean |
isSimpleType()Returns true if this source specifies a data type and false if this source specifies a DataObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.service.helper.SDOBuilderSrc |
|---|
getBaseTypes, getProperties, getSchemaLocation |
| Field Detail |
|---|
protected ViewLinkDefImpl mViewLink
protected ViewDefImpl mView
protected commonj.sdo.helper.HelperContext mHelperContext
| Constructor Detail |
|---|
public SDOViewBuilderSrcImpl(ViewDefImpl view)
public SDOViewBuilderSrcImpl(ViewDefImpl view,
commonj.sdo.helper.HelperContext helperContext)
public SDOViewBuilderSrcImpl(ViewLinkDefImpl viewLink)
public SDOViewBuilderSrcImpl(ViewLinkDefImpl viewLink,
commonj.sdo.helper.HelperContext helperContext)
| Method Detail |
|---|
public java.lang.Object getDefault()
SDOBuilderSrcOnly applicable to simple types.
getDefault in interface SDOBuilderSrcpublic java.lang.String getJavaTypeName()
SDOBuilderSrcsdoJava:instanceClass annotation for this source.getJavaTypeName in interface SDOBuilderSrcpublic java.util.List<java.lang.String> getKeyPropertyNames()
SDOBuilderSrcOnly applicable to complex types.
getKeyPropertyNames in interface SDOBuilderSrcpublic SDOBuilderSrc.MimeTypeProperty getMimeTypeProperty()
SDOBuilderSrcOnly applicable to simple types.
getMimeTypeProperty in interface SDOBuilderSrcpublic commonj.sdo.Type getSDOType()
SDOBuilderSrcOnly applicable to simple types.
getSDOType in interface SDOBuilderSrcpublic commonj.sdo.Type getXMLDataTypeProperty()
SDOBuilderSrcsdoXML:dataType annotation for this source. This is used to override the default Java type mapping during SDO class generation.getXMLDataTypeProperty in interface SDOBuilderSrcpublic java.lang.String getXMLName()
SDOBuilderSrcname property for this source.getXMLName in interface SDOBuilderSrcpublic java.lang.String getXMLNamespace()
SDOBuilderSrcuri property for this source.getXMLNamespace in interface SDOBuilderSrcpublic java.lang.String getXMLTypeName()
SDOBuilderSrcgetXMLTypeName in interface SDOBuilderSrcpublic boolean isMany()
SDOBuilderSrctrue if instances of this property is many-valued.isMany in interface SDOBuilderSrcpublic boolean isNullable()
SDOBuilderSrctrue if instances of this property can be set to null.isNullable in interface SDOBuilderSrcpublic boolean isSimpleType()
SDOBuilderSrctrue if this source specifies a data type and false if this source specifies a DataObject.isSimpleType in interface SDOBuilderSrcprotected commonj.sdo.Type getSDOType(ViewDefImpl viewDef)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||