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