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

E22563-02

oracle.apps.fnd.applcp.migrate.modeler.common
Class CustomLOVDefImpl.ViewAttributeDef

java.lang.Object
  extended by oracle.apps.fnd.applcp.migrate.modeler.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 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

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

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.