Uses of Class
adams.flow.core.MissingLookUpKey
-
Packages that use MissingLookUpKey Package Description adams.flow.core adams.flow.source adams.flow.transformer -
-
Uses of MissingLookUpKey in adams.flow.core
Methods in adams.flow.core that return MissingLookUpKey Modifier and Type Method Description static MissingLookUpKey
MissingLookUpKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static MissingLookUpKey[]
MissingLookUpKey. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MissingLookUpKey in adams.flow.source
Fields in adams.flow.source declared as MissingLookUpKey Modifier and Type Field Description protected MissingLookUpKey
LookUp. m_MissingKey
the behavior for missing keys.Methods in adams.flow.source that return MissingLookUpKey Modifier and Type Method Description MissingLookUpKey
LookUp. getMissingKey()
Returns the behavior for missing keys.Methods in adams.flow.source with parameters of type MissingLookUpKey Modifier and Type Method Description void
LookUp. setMissingKey(MissingLookUpKey value)
Sets the behavior for missing keys. -
Uses of MissingLookUpKey in adams.flow.transformer
Fields in adams.flow.transformer declared as MissingLookUpKey Modifier and Type Field Description protected MissingLookUpKey
LookUp. m_MissingKey
the behavior for missing keys.Methods in adams.flow.transformer that return MissingLookUpKey Modifier and Type Method Description MissingLookUpKey
LookUp. getMissingKey()
Returns the behavior for missing keys.Methods in adams.flow.transformer with parameters of type MissingLookUpKey Modifier and Type Method Description void
LookUp. setMissingKey(MissingLookUpKey value)
Sets the behavior for missing keys.
-