Uses of Class
adams.flow.core.KeyPairElement
-
Packages that use KeyPairElement Package Description adams.flow.core adams.flow.sink adams.flow.transformer -
-
Uses of KeyPairElement in adams.flow.core
Methods in adams.flow.core that return KeyPairElement Modifier and Type Method Description static KeyPairElement
KeyPairElement. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyPairElement[]
KeyPairElement. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyPairElement in adams.flow.sink
Fields in adams.flow.sink declared as KeyPairElement Modifier and Type Field Description protected KeyPairElement
KeyPairFileWriter. m_Type
which key to write.Methods in adams.flow.sink that return KeyPairElement Modifier and Type Method Description KeyPairElement
KeyPairFileWriter. getType()
Returns the key type to write.Methods in adams.flow.sink with parameters of type KeyPairElement Modifier and Type Method Description void
KeyPairFileWriter. setType(KeyPairElement value)
Sets the key type to write. -
Uses of KeyPairElement in adams.flow.transformer
Fields in adams.flow.transformer declared as KeyPairElement Modifier and Type Field Description protected KeyPairElement
GetKeyFromKeyPair. m_Type
which key to write.Methods in adams.flow.transformer that return KeyPairElement Modifier and Type Method Description KeyPairElement
GetKeyFromKeyPair. getType()
Returns the key type to retrieve.Methods in adams.flow.transformer with parameters of type KeyPairElement Modifier and Type Method Description void
GetKeyFromKeyPair. setType(KeyPairElement value)
Sets the key type to retrieve.
-