Uses of Class
org.pentaho.di.imp.rule.ImportRuleSubject
-
Packages that use ImportRuleSubject Package Description org.pentaho.di.imp.rule -
-
Uses of ImportRuleSubject in org.pentaho.di.imp.rule
Methods in org.pentaho.di.imp.rule that return ImportRuleSubject Modifier and Type Method Description static ImportRuleSubject
ImportRuleSubject. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportRuleSubject[]
ImportRuleSubject. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-