|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.datamining.Enum
oracle.dmt.jdm.featureextraction.OraFeatureExtractionApplyContent
OraFeatureExtractionApplyContent
specifies following two enumerations for apply contents.
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 |
public static final OraFeatureExtractionApplyContent featureIdentifier
public static final OraFeatureExtractionApplyContent matchQuality
Method Detail |
public static OraFeatureExtractionApplyContent[] values()
OraFeatureExtractionApplyContent
enumerations defined.OraFeatureExtractionApplyContent[]
public static OraFeatureExtractionApplyContent valueOf(java.lang.String name) throws javax.datamining.JDMException
OraFeatureExtractionApplyContent
corresponding to the specified name.name
- The name of the enumeration valueOraFeatureExtractionApplyContent
- The instance of the specified enumeration.javax.datamining.JDMException
- When name
is not valid.public static void addExtension(java.lang.String name) throws javax.datamining.JDMException
name
to OraFeatureExtractionApplyContent
.name
- The name of the unique vendor extensionjavax.datamining.JDMException
- When name
is an invalid string or redundant to existing standard enums.
|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |