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.IncrementType
IncVariable. m_IncrementType
the type of increment to perform.Methods in adams.flow.transformer that return IncVariable.IncrementType Modifier and Type Method Description IncVariable.IncrementType
IncVariable. getIncrementType()
Returns the type of increment to perform.static IncVariable.IncrementType
IncVariable.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 void
IncVariable. setIncrementType(IncVariable.IncrementType value)
Sets the type of increment to perform.
-