|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.datamining.Enum
|
+--javax.datamining.rule.RuleTranslationFormat
The enumeration
RuleTranslationFormat specifies the
format of a string representation of a rule.
JDM does not define any specific format for translation, leaving it up to the implementation.
| Field Summary | |
static RuleTranslationFormat |
systemDefault
|
| Method Summary | |
static void |
addExtension(java.lang.String name)
Adds a vendor extension name to RuleTranslationFormat. |
static RuleTranslationFormat |
valueOf(java.lang.String name)
Returns an instance of RuleTranslationFormat corresponding to the specified name. |
static RuleTranslationFormat[] |
values()
Returns a list of all RuleTranslationFormat 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 RuleTranslationFormat systemDefault
| Method Detail |
public static void addExtension(java.lang.String name)
throws JDMException
name to RuleTranslationFormat.
name - The name of the unique vendor extension
JDMException - When name is an invalid string or redundant to existing standard enums.
public static RuleTranslationFormat valueOf(java.lang.String name)
throws JDMException
RuleTranslationFormat corresponding to the specified name.
name - The name of the enumeration value
RuleTranslationFormat - The instance of the specified enumeration.
JDMException - When name is not valid.public static RuleTranslationFormat[] values()
RuleTranslationFormat enumerations defined.
RuleTranslationFormat[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||