Uses of Class
adams.flow.transformer.IndexedSplitsRunsEvaluation.SourceType
-
Packages that use IndexedSplitsRunsEvaluation.SourceType Package Description adams.flow.transformer -
-
Uses of IndexedSplitsRunsEvaluation.SourceType in adams.flow.transformer
Fields in adams.flow.transformer declared as IndexedSplitsRunsEvaluation.SourceType Modifier and Type Field Description protected IndexedSplitsRunsEvaluation.SourceType
IndexedSplitsRunsEvaluation. m_Type
the source type.Methods in adams.flow.transformer that return IndexedSplitsRunsEvaluation.SourceType Modifier and Type Method Description IndexedSplitsRunsEvaluation.SourceType
IndexedSplitsRunsEvaluation. getType()
Returns the type of source.static IndexedSplitsRunsEvaluation.SourceType
IndexedSplitsRunsEvaluation.SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexedSplitsRunsEvaluation.SourceType[]
IndexedSplitsRunsEvaluation.SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type IndexedSplitsRunsEvaluation.SourceType Modifier and Type Method Description void
IndexedSplitsRunsEvaluation. setType(IndexedSplitsRunsEvaluation.SourceType value)
Sets the type of source.
-