Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.sdk2.decisionpoint
Class ViewDefDescriptor.Key

java.lang.Object
  extended by oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Key
Enclosing class:
ViewDefDescriptor

public static class ViewDefDescriptor.Key
extends java.lang.Object

Key description class -- contains two names per key, the one for use with Oracle JBO and the other for use with the OBR rule dictionary


Method Summary
 java.lang.String getJboName()
           
 java.lang.String getObrName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJboName

public java.lang.String getJboName()
Returns:
the JBO-name of the key attribute

getObrName

public java.lang.String getObrName()
Returns:
the OBR-name of the key attribute

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.