Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.domain.topology.OdiFlexField.FlexFieldType

Packages that use OdiFlexField.FlexFieldType
oracle.odi.domain.flexfields Provides class related to FlexFields override concerns. 
oracle.odi.domain.topology This package contains the Oracle Data Integrator Topology domain model implementation. 

 

Uses of OdiFlexField.FlexFieldType in oracle.odi.domain.flexfields

 

Methods in oracle.odi.domain.flexfields that return OdiFlexField.FlexFieldType
 OdiFlexField.FlexFieldType IFlexFieldValue.getFlexFieldType()
          Obtains the type of the flex field.

 

Uses of OdiFlexField.FlexFieldType in oracle.odi.domain.topology

 

Methods in oracle.odi.domain.topology that return OdiFlexField.FlexFieldType
 OdiFlexField.FlexFieldType OdiFlexField.getFlexFieldType()
          Obtains the type of this OdiFlexField.
static OdiFlexField.FlexFieldType OdiFlexField.FlexFieldType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiFlexField.FlexFieldType[] OdiFlexField.FlexFieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.odi.domain.topology with parameters of type OdiFlexField.FlexFieldType
 void OdiFlexField.setFlexFieldType(OdiFlexField.FlexFieldType pFlexFieldType)
          Defines the type of this OdiFlexField.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


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