Uses of Class
adams.flow.transformer.IncVariable.IncrementType
-
Packages that use IncVariable.IncrementType Package Description adams.flow.transformer -
-
Uses of IncVariable.IncrementType in adams.flow.transformer
Fields in adams.flow.transformer declared as IncVariable.IncrementType Modifier and Type Field Description protected IncVariable.IncrementTypeIncVariable. m_IncrementTypethe type of increment to perform.Methods in adams.flow.transformer that return IncVariable.IncrementType Modifier and Type Method Description IncVariable.IncrementTypeIncVariable. getIncrementType()Returns the type of increment to perform.static IncVariable.IncrementTypeIncVariable.IncrementType. valueOf(String name)Returns the enum constant of this type with the specified name.static IncVariable.IncrementType[]IncVariable.IncrementType. 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 IncVariable.IncrementType Modifier and Type Method Description voidIncVariable. setIncrementType(IncVariable.IncrementType value)Sets the type of increment to perform.
-