Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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