Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.migrate.modeler
Class FlexfieldEntity.AttributeInfo

java.lang.Object
  extended by oracle.apps.fnd.applcp.migrate.modeler.FlexfieldEntity.AttributeInfo
Enclosing class:
FlexfieldEntity

public class FlexfieldEntity.AttributeInfo
extends java.lang.Object

Entity attribute information.


Constructor Summary
FlexfieldEntity.AttributeInfo(java.lang.String n, java.lang.Class t, boolean b, boolean d)
          Constructs an AttributeInfo object.
 
Method Summary
 java.lang.Class getJavaType()
          Gets the Java type of the attribute.
 java.lang.String getName()
          Gets the name of the attribute.
 boolean isDiscrColumn()
          Returns true if this attribute is a discriminator column.
 boolean isPrimaryKey()
          Returns true if this attribute is a primary key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexfieldEntity.AttributeInfo

public FlexfieldEntity.AttributeInfo(java.lang.String n,
                                     java.lang.Class t,
                                     boolean b,
                                     boolean d)
Constructs an AttributeInfo object.

Parameters:
n - the name
t - the java type
b - true if this attribute is a primary key
d - true if this attribute is an entity discriminator
Method Detail

getName

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

Returns:
the name of the attribute

getJavaType

public java.lang.Class getJavaType()
Gets the Java type of the attribute.

Returns:
the Java type of the attribute

isPrimaryKey

public boolean isPrimaryKey()
Returns true if this attribute is a primary key.

Returns:
true if this attribute is a primary key

isDiscrColumn

public boolean isDiscrColumn()
Returns true if this attribute is a discriminator column.

Returns:
true if this attribute is a discriminator column

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.