Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.parser.java.v2.model
Interface NodeBinding


public interface NodeBinding

A client data object.


Field Summary
static NodeBinding[] EMPTY_ARRAY
           

 

Method Summary
 int getBindingType()
          Gets the key associated with this bound data.

 

Field Detail

EMPTY_ARRAY

static final NodeBinding[] EMPTY_ARRAY

Method Detail

getBindingType

int getBindingType()
Gets the key associated with this bound data. The Key associated with bound data should NOT change for the lifetime of the bound data object.
Returns:
The Key this node binding is associated with.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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