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.SourceTypeIndexedSplitsRunsEvaluation. m_Typethe source type.Methods in adams.flow.transformer that return IndexedSplitsRunsEvaluation.SourceType Modifier and Type Method Description IndexedSplitsRunsEvaluation.SourceTypeIndexedSplitsRunsEvaluation. getType()Returns the type of source.static IndexedSplitsRunsEvaluation.SourceTypeIndexedSplitsRunsEvaluation.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 voidIndexedSplitsRunsEvaluation. setType(IndexedSplitsRunsEvaluation.SourceType value)Sets the type of source.
-