public final class PropertyEnums
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PropertyEnums.FETCH_MODE |
Constructor and Description |
---|
PropertyEnums() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final int getIndexForValue(java.lang.Class<? extends oracle.jbo.common.PropertyEnums.JboEnum> enumType, byte value)
public static final byte getValueForIndex(java.lang.Class<? extends oracle.jbo.common.PropertyEnums.JboEnum> enumType, int index)
public static void main(java.lang.String[] args)