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

E22563-02

oracle.apps.fnd.applcp.monitor.ui.bean
Class MonitorProcessesPageDef.AttributeDef

java.lang.Object
  extended by oracle.apps.fnd.applcp.monitor.ui.bean.MonitorProcessesPageDef.AttributeDef
Enclosing class:
MonitorProcessesPageDef

public class MonitorProcessesPageDef.AttributeDef
extends java.lang.Object

Represents the definition of a single attribute on a page - type, label, format etc.


Constructor Summary
MonitorProcessesPageDef.AttributeDef(java.lang.String name, java.lang.String label, java.lang.String description, java.lang.Class type, oracle.adf.view.rich.model.AttributeDescriptor.ComponentType componentType, boolean isLOV, java.lang.Object[] lovValues, boolean isMandatory, boolean isUpdateable, boolean isIndexed)
           
 
Method Summary
 oracle.adf.view.rich.model.AttributeDescriptor.ComponentType getComponentType()
           
 java.lang.String getDescription()
           
 java.lang.String getLabel()
           
 int getLength()
          By default returns a certain length.
 java.lang.Object[] getListOfValues()
           
 int getMaximumLength()
           
 java.lang.String getName()
           
 java.util.List<MonitorProcessesPageDef.OperatorDef> getSupportedOperators()
          Returns the list of supported operators for this attribute.
 java.lang.Class getType()
           
 boolean isIndexed()
           
 boolean isLOV()
           
 boolean isMandatory()
           
 boolean isUpdateable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorProcessesPageDef.AttributeDef

public MonitorProcessesPageDef.AttributeDef(java.lang.String name,
                                            java.lang.String label,
                                            java.lang.String description,
                                            java.lang.Class type,
                                            oracle.adf.view.rich.model.AttributeDescriptor.ComponentType componentType,
                                            boolean isLOV,
                                            java.lang.Object[] lovValues,
                                            boolean isMandatory,
                                            boolean isUpdateable,
                                            boolean isIndexed)
Method Detail

getName

public java.lang.String getName()

getLabel

public java.lang.String getLabel()

getDescription

public java.lang.String getDescription()

getSupportedOperators

public final java.util.List<MonitorProcessesPageDef.OperatorDef> getSupportedOperators()
Returns the list of supported operators for this attribute.

Returns:
a List<OperatorType>

getType

public java.lang.Class getType()

getComponentType

public oracle.adf.view.rich.model.AttributeDescriptor.ComponentType getComponentType()

getListOfValues

public java.lang.Object[] getListOfValues()

getLength

public int getLength()
By default returns a certain length.

Returns:

getMaximumLength

public int getMaximumLength()

isLOV

public boolean isLOV()

isIndexed

public boolean isIndexed()

isMandatory

public boolean isMandatory()

isUpdateable

public boolean isUpdateable()

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

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.