Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.parser.java.v2
Interface JavaPreferences.MemberOrder

Enclosing interface:
JavaPreferences

public static interface JavaPreferences.MemberOrder

Defines keys within the member order hash structure. Values are bytes. Valid values are [0, Byte.MAX_VALUE], 0 meaning topmost. Keys with invalid values are treated as if undefined.

Note: If you don't want fields to be sorted according to modifier, just set all the values for all the field keys to be the same value.


Field Summary
static short MEMBER_CLASS
           
static short MEMBER_CONSTRUCTOR
           
static byte[] MEMBER_default
           
static short MEMBER_FIELD_PACKAGE
           
static short MEMBER_FIELD_PACKAGE_STATIC
           
static short MEMBER_FIELD_PRIVATE
           
static short MEMBER_FIELD_PRIVATE_STATIC
           
static short MEMBER_FIELD_PROTECTED
           
static short MEMBER_FIELD_PROTECTED_STATIC
           
static short MEMBER_FIELD_PUBLIC
           
static short MEMBER_FIELD_PUBLIC_STATIC
           
static java.lang.String[] MEMBER_keys
           
static short MEMBER_max
           
static short MEMBER_METHOD
           

 

Field Detail

MEMBER_FIELD_PUBLIC_STATIC

static final short MEMBER_FIELD_PUBLIC_STATIC
See Also:
Constant Field Values

MEMBER_FIELD_PROTECTED_STATIC

static final short MEMBER_FIELD_PROTECTED_STATIC
See Also:
Constant Field Values

MEMBER_FIELD_PACKAGE_STATIC

static final short MEMBER_FIELD_PACKAGE_STATIC
See Also:
Constant Field Values

MEMBER_FIELD_PRIVATE_STATIC

static final short MEMBER_FIELD_PRIVATE_STATIC
See Also:
Constant Field Values

MEMBER_FIELD_PUBLIC

static final short MEMBER_FIELD_PUBLIC
See Also:
Constant Field Values

MEMBER_FIELD_PROTECTED

static final short MEMBER_FIELD_PROTECTED
See Also:
Constant Field Values

MEMBER_FIELD_PACKAGE

static final short MEMBER_FIELD_PACKAGE
See Also:
Constant Field Values

MEMBER_FIELD_PRIVATE

static final short MEMBER_FIELD_PRIVATE
See Also:
Constant Field Values

MEMBER_CONSTRUCTOR

static final short MEMBER_CONSTRUCTOR
See Also:
Constant Field Values

MEMBER_METHOD

static final short MEMBER_METHOD
See Also:
Constant Field Values

MEMBER_CLASS

static final short MEMBER_CLASS
See Also:
Constant Field Values

MEMBER_max

static final short MEMBER_max
See Also:
Constant Field Values

MEMBER_keys

static final java.lang.String[] MEMBER_keys

MEMBER_default

static final byte[] MEMBER_default

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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