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.CopyTypeCopy. m_Typethe type of copy to perform.Methods in adams.flow.transformer that return Copy.CopyType Modifier and Type Method Description Copy.CopyTypeCopy. getType()Returns the type of copy to perform.static Copy.CopyTypeCopy.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 voidCopy. setType(Copy.CopyType value)Sets the type of copy to perform.
-