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 CustomLOVDefImpl.ViewAttributeDef

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.CustomLOVDefImpl.ViewAttributeDef
Enclosing class:
CustomLOVDefImpl

public static class CustomLOVDefImpl.ViewAttributeDef
extends java.lang.Object

A view attribute definition.


Method Summary
 java.lang.String getExpression()
          Gets the expression of this attribute.
 java.lang.String getName()
          Gets the name of this attribute.
 java.lang.Class getType()
          Gets the Java type of this attribute.
 boolean isHidden()
          Returns true if this attribute is hidden.
 boolean isPrimaryKey()
          Returns true if this view attribute is a primary key.
 boolean isQueryable()
          Whether this attribute is queryable.
 
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 this attribute.

Returns:
the name of this attribute

getExpression

public java.lang.String getExpression()
Gets the expression of this attribute.

Returns:
the expression of this attribute

getType

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

Returns:
the Java type of this attribute

isQueryable

public boolean isQueryable()
Whether this attribute is queryable.

Returns:
true if this attribute is queryable

isPrimaryKey

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

Returns:
true if this view attribute is a primary key

isHidden

public boolean isHidden()
Returns true if this attribute is hidden.

Returns:
true if this attribute is hidden

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.