Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.flex.runtime.util.common
Class CustomValueSetDef.Column

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.CustomValueSetDef.Column
Enclosing interface:
CustomValueSetDef

public static class CustomValueSetDef.Column
extends java.lang.Object

A database column.


Method Summary
 int getLength()
          Gets the length of the column.
 java.lang.String getName()
          Gets the name of the column.
 java.lang.String getType()
          Gets the type of the column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the column.

Returns:
the name of the column

getType

public java.lang.String getType()
Gets the type of the column.

Returns:
the type of the column

getLength

public int getLength()
Gets the length of the column.

Returns:
the length of the column

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.