Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.featureextraction
Class OraFeatureExtractionApplyContent

java.lang.Object
  extended byjavax.datamining.Enum
      extended byoracle.dmt.jdm.featureextraction.OraFeatureExtractionApplyContent

All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class OraFeatureExtractionApplyContent
extends javax.datamining.Enum

OraFeatureExtractionApplyContent specifies following two enumerations for apply contents.

See Also:
Serialized Form

Field Summary
static OraFeatureExtractionApplyContent featureIdentifier
           
static OraFeatureExtractionApplyContent matchQuality
           

 

Method Summary
static void addExtension(java.lang.String name)
          Adds a vendor extension name to OraFeatureExtractionApplyContent.
static OraFeatureExtractionApplyContent valueOf(java.lang.String name)
          Returns an instance of OraFeatureExtractionApplyContent corresponding to the specified name.
static OraFeatureExtractionApplyContent[] values()
          Returns a list of all OraFeatureExtractionApplyContent enumerations defined.

 

Methods inherited from class javax.datamining.Enum
compareTo, equals, name

 

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

 

Field Detail

featureIdentifier

public static final OraFeatureExtractionApplyContent featureIdentifier

matchQuality

public static final OraFeatureExtractionApplyContent matchQuality

Method Detail

values

public static OraFeatureExtractionApplyContent[] values()
Returns a list of all OraFeatureExtractionApplyContent enumerations defined.
Returns:
OraFeatureExtractionApplyContent[]

valueOf

public static OraFeatureExtractionApplyContent valueOf(java.lang.String name)
                                                throws javax.datamining.JDMException
Returns an instance of OraFeatureExtractionApplyContent corresponding to the specified name.
Parameters:
name - The name of the enumeration value
Returns:
OraFeatureExtractionApplyContent - The instance of the specified enumeration.
Throws:
javax.datamining.JDMException - When name is not valid.

addExtension

public static void addExtension(java.lang.String name)
                         throws javax.datamining.JDMException
Adds a vendor extension name to OraFeatureExtractionApplyContent.
Parameters:
name - The name of the unique vendor extension
Throws:
javax.datamining.JDMException - When name is an invalid string or redundant to existing standard enums.

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.