Skip navigation links

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

E10663-03


oracle.rules.sdk2.datamodel
Class AdfBcFactTypeDescriptor.Attribute

java.lang.Object
  extended by oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.Attribute

Enclosing class:
AdfBcFactTypeDescriptor

public static class AdfBcFactTypeDescriptor.Attribute
extends java.lang.Object

Helper class attribute: struct containing attribute name, type, and linked type (if REFERENCE or AGGR_COLLECTION)


Constructor Summary
AdfBcFactTypeDescriptor.Attribute()
           

 

Method Summary
 java.lang.String getAttrName()
           
 AdfBcFactTypeDescriptor.AttrType getAttrType()
           
 java.lang.String getLinkTypeName()
           
 AdfBcFactTypeDescriptor.Attribute setAttrName(java.lang.String name)
           
 AdfBcFactTypeDescriptor.Attribute setAttrType(AdfBcFactTypeDescriptor.AttrType type)
           
 AdfBcFactTypeDescriptor.Attribute setLinkTypeName(java.lang.String name)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AdfBcFactTypeDescriptor.Attribute

public AdfBcFactTypeDescriptor.Attribute()

Method Detail

getAttrType

public AdfBcFactTypeDescriptor.AttrType getAttrType()
Returns:
the attribute type

getLinkTypeName

public java.lang.String getLinkTypeName()
Returns:
the name of the linked type

getAttrName

public java.lang.String getAttrName()
Returns:
the name of the attribute

setAttrName

public AdfBcFactTypeDescriptor.Attribute setAttrName(java.lang.String name)
Parameters:
name - the name of the attribute
Returns:
self

setLinkTypeName

public AdfBcFactTypeDescriptor.Attribute setLinkTypeName(java.lang.String name)
Parameters:
name - the name of the linked type
Returns:
self

setAttrType

public AdfBcFactTypeDescriptor.Attribute setAttrType(AdfBcFactTypeDescriptor.AttrType type)
Parameters:
type - The type of this attribute
Returns:
self

Skip navigation links

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

E10663-03


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