Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.common
Class PropertyEnums

java.lang.Object
  extended by oracle.jbo.common.PropertyEnums


public final class PropertyEnums
extends java.lang.Object
Since:
release specific (what release of product did this appear in)

Nested Class Summary
static class PropertyEnums.FETCH_MODE
           

 

Constructor Summary
PropertyEnums()
           

 

Method Summary
static int getIndexForValue(java.lang.Class<? extends oracle.jbo.common.PropertyEnums.JboEnum> enumType, byte value)
           
static byte getValueForIndex(java.lang.Class<? extends oracle.jbo.common.PropertyEnums.JboEnum> enumType, int index)
           
static void main(java.lang.String[] args)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PropertyEnums

public PropertyEnums()

Method Detail

getIndexForValue

public static final int getIndexForValue(java.lang.Class<? extends oracle.jbo.common.PropertyEnums.JboEnum> enumType,
                                         byte value)

getValueForIndex

public static final byte getValueForIndex(java.lang.Class<? extends oracle.jbo.common.PropertyEnums.JboEnum> enumType,
                                          int index)

main

public static void main(java.lang.String[] args)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.