Package oracle.rules.sdk2.decisionpoint
Class ViewDefDescriptor.Dimension
java.lang.Object
oracle.rules.sdk2.decisionpoint.ViewDefDescriptor.Dimension
- Enclosing class:
- ViewDefDescriptor
The dimension class represents any VOs contained via view links.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Multiplicity is either REFERENCE or AGGR_COLLECTION depending on whether the relationship to the VO is 1-1 or 1-M, respectively. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getJboName
- Returns:
- the JBO-name of the dimension attribute
-
getObrName
- Returns:
- the OBR name of the dimension attribute
-
getViewDefName
- Returns:
- the name of the view definition linked to the dimension attribute
-
getMultiplicity
- Returns:
- the multiplicity of the dimension
-