Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.cayenne.access.util
Class ResultDescriptor.ProcedureParameterWrapper  view ResultDescriptor.ProcedureParameterWrapper download ResultDescriptor.ProcedureParameterWrapper.java

java.lang.Object
  extended byorg.objectstyle.cayenne.map.MapObject
      extended byorg.objectstyle.cayenne.map.Attribute
          extended byorg.objectstyle.cayenne.map.DbAttribute
              extended byorg.objectstyle.cayenne.access.util.ResultDescriptor.ProcedureParameterWrapper
All Implemented Interfaces:
org.objectstyle.cayenne.util.CayenneMapEntry
Enclosing class:
ResultDescriptor

static class ResultDescriptor.ProcedureParameterWrapper
extends org.objectstyle.cayenne.map.DbAttribute


Field Summary
(package private)  org.objectstyle.cayenne.map.ProcedureParameter parameter
           
 
Fields inherited from class org.objectstyle.cayenne.map.DbAttribute
mandatory, maxLength, precision, primaryKey, type
 
Fields inherited from class org.objectstyle.cayenne.map.MapObject
objName, objParent
 
Constructor Summary
(package private) ResultDescriptor.ProcedureParameterWrapper(org.objectstyle.cayenne.map.ProcedureParameter parameter)
           
 
Method Summary
 int getMaxLength()
          Returns the length of database column described by this attribute.
 java.lang.String getName()
          Returns the name property of this object.
 org.objectstyle.cayenne.map.ProcedureParameter getParameter()
           
 java.lang.Object getParent()
          Returns the parent map.
 int getPrecision()
          Returns the number of digits after period for DECIMAL.
 int getType()
          Returns the SQL type of the column.
 
Methods inherited from class org.objectstyle.cayenne.map.DbAttribute
getAliasedName, isMandatory, isPrimaryKey, setMandatory, setMaxLength, setPrecision, setPrimaryKey, setType, toString, toStringBuffer
 
Methods inherited from class org.objectstyle.cayenne.map.Attribute
getEntity, setEntity
 
Methods inherited from class org.objectstyle.cayenne.map.MapObject
setName, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parameter

org.objectstyle.cayenne.map.ProcedureParameter parameter
Constructor Detail

ResultDescriptor.ProcedureParameterWrapper

ResultDescriptor.ProcedureParameterWrapper(org.objectstyle.cayenne.map.ProcedureParameter parameter)
Method Detail

getMaxLength

public int getMaxLength()
Description copied from class: org.objectstyle.cayenne.map.DbAttribute
Returns the length of database column described by this attribute.


getPrecision

public int getPrecision()
Description copied from class: org.objectstyle.cayenne.map.DbAttribute
Returns the number of digits after period for DECIMAL.


getType

public int getType()
Description copied from class: org.objectstyle.cayenne.map.DbAttribute
Returns the SQL type of the column.


getName

public java.lang.String getName()
Description copied from interface: org.objectstyle.cayenne.util.CayenneMapEntry
Returns the name property of this object.


getParent

public java.lang.Object getParent()
Description copied from interface: org.objectstyle.cayenne.util.CayenneMapEntry
Returns the parent map.


getParameter

public org.objectstyle.cayenne.map.ProcedureParameter getParameter()