|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
oracle.toplink.tools.schemaframework.VarrayDefinition
public class VarrayDefinition
Purpose: Allow for creation of varray type.
| Field Summary |
|---|
| Fields inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition |
|---|
name, qualifier |
| Constructor Summary | |
|---|---|
VarrayDefinition() |
|
| Method Summary | |
|---|---|
int |
getSize()Return the maximum size of the array. |
java.lang.Class |
getType()Return the type of the field. |
java.lang.String |
getTypeName()Return the type of the field. |
int |
getTypeSize()Return the size of the element field, this is only required for some field types. |
void |
setSize(int size)Set the maximum size of the array. |
void |
setType(java.lang.Class type)Set the type of the field. |
void |
setTypeName(java.lang.String typeName)Set the type of the field. |
void |
setTypeSize(int typeSize)Set the size of the element field, this is only required for some field types. |
| Methods inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition |
|---|
clone, getName, getQualifier, setName, setQualifier, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VarrayDefinition()
| Method Detail |
|---|
public int getSize()
public java.lang.Class getType()
public java.lang.String getTypeName()
public int getTypeSize()
public void setSize(int size)
public void setType(java.lang.Class type)
public void setTypeName(java.lang.String typeName)
public void setTypeSize(int typeSize)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||