Skip navigation links

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

E10663-02


oracle.rules.sdk2.datamodel
Enum AdfBcFactTypeDescriptor.AttrType

java.lang.Object
  extended by java.lang.Enum<AdfBcFactTypeDescriptor.AttrType>
      extended by oracle.rules.sdk2.datamodel.AdfBcFactTypeDescriptor.AttrType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AdfBcFactTypeDescriptor.AttrType>
Enclosing class:
AdfBcFactTypeDescriptor

public static enum AdfBcFactTypeDescriptor.AttrType
extends java.lang.Enum<AdfBcFactTypeDescriptor.AttrType>

Attribute Type: either KEY_ATTRIBUTE (attribute that's a primary key), ATTRIBUTE (other atomic attributes), REFERENCE (an ADF-BC fact in a one-to-one relationship), AGGR_COLLECTION(an ADF-BC fact in a one-to-many relationship) or JBO_ROW_ATTRIBUTE (a pointer to the JBO row object).


Enum Constant Summary
ATTRIBUTE
           
COLLECTION
           
JBO_ROW_OBJECT
           
KEY_ATTRIBUTE
           
REFERENCE
           

 

Method Summary
static AdfBcFactTypeDescriptor.AttrType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdfBcFactTypeDescriptor.AttrType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

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

 

Enum Constant Detail

KEY_ATTRIBUTE

public static final AdfBcFactTypeDescriptor.AttrType KEY_ATTRIBUTE

ATTRIBUTE

public static final AdfBcFactTypeDescriptor.AttrType ATTRIBUTE

REFERENCE

public static final AdfBcFactTypeDescriptor.AttrType REFERENCE

COLLECTION

public static final AdfBcFactTypeDescriptor.AttrType COLLECTION

JBO_ROW_OBJECT

public static final AdfBcFactTypeDescriptor.AttrType JBO_ROW_OBJECT

Method Detail

values

public static AdfBcFactTypeDescriptor.AttrType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AdfBcFactTypeDescriptor.AttrType c : AdfBcFactTypeDescriptor.AttrType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AdfBcFactTypeDescriptor.AttrType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

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

E10663-02


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