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 KeyPairElementKeyPairElement. 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 KeyPairElementKeyPairFileWriter. m_Typewhich key to write.Methods in adams.flow.sink that return KeyPairElement Modifier and Type Method Description KeyPairElementKeyPairFileWriter. getType()Returns the key type to write.Methods in adams.flow.sink with parameters of type KeyPairElement Modifier and Type Method Description voidKeyPairFileWriter. 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 KeyPairElementGetKeyFromKeyPair. m_Typewhich key to write.Methods in adams.flow.transformer that return KeyPairElement Modifier and Type Method Description KeyPairElementGetKeyFromKeyPair. getType()Returns the key type to retrieve.Methods in adams.flow.transformer with parameters of type KeyPairElement Modifier and Type Method Description voidGetKeyFromKeyPair. setType(KeyPairElement value)Sets the key type to retrieve.
-