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.DiffTypeDiff. m_Typethe type of diff to generate.Methods in adams.flow.transformer that return Diff.DiffType Modifier and Type Method Description Diff.DiffTypeDiff. getType()Returns the type of diff string to generate.static Diff.DiffTypeDiff.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 voidDiff. setType(Diff.DiffType value)Sets the type of diff string to generate.
-