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.Dimension

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

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

The dimension class represents any VOs contained via view links.


Nested Class Summary
static class ViewDefDescriptor.Dimension.Multiplicity
          Multiplicity is either REFERENCE or AGGR_COLLECTION depending on whether the relationship to the VO is 1-1 or 1-M, respectively.
 
Method Summary
 java.lang.String getJboName()
           
 ViewDefDescriptor.Dimension.Multiplicity getMultiplicity()
           
 java.lang.String getObrName()
           
 java.lang.String getViewDefName()
           
 
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 dimension attribute

getObrName

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

getViewDefName

public java.lang.String getViewDefName()
Returns:
the name of the view definition linked to the dimension attribute

getMultiplicity

public ViewDefDescriptor.Dimension.Multiplicity getMultiplicity()
Returns:
the multiplicity of the dimension

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.