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

E22562-03

oracle.apps.fnd.applcore.flex.runtime.util
Class FlexfieldEntity.AttributeInfo

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.FlexfieldEntity.AttributeInfo
Enclosing class:
FlexfieldEntity

public class FlexfieldEntity.AttributeInfo
extends java.lang.Object

Entity attribute information.


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
 

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 Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.