Uses of Class
adams.flow.transformer.Diff.DiffType
-
Packages that use Diff.DiffType Package Description adams.flow.transformer -
-
Uses of Diff.DiffType in adams.flow.transformer
Fields in adams.flow.transformer declared as Diff.DiffType Modifier and Type Field Description protected Diff.DiffType
Diff. m_Type
the type of diff to generate.Methods in adams.flow.transformer that return Diff.DiffType Modifier and Type Method Description Diff.DiffType
Diff. getType()
Returns the type of diff string to generate.static Diff.DiffType
Diff.DiffType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Diff.DiffType[]
Diff.DiffType. 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 Diff.DiffType Modifier and Type Method Description void
Diff. setType(Diff.DiffType value)
Sets the type of diff string to generate.
-