public abstract class AbstractDBConfigParameter extends Object
Constructor and Description |
---|
AbstractDBConfigParameter() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
abstract Object |
getValue(org.adroitlogic.x.api.XMessageContext xMessageContext,
Object... args)
Returns the actual value to insert to the database for the relevant parameter.
|
abstract boolean |
isParsingRequired()
Whether the payload should be parsed to extract parameter values.
|
void |
setName(String name) |
String |
toString() |
void |
validate()
Checks whether the values of the parameter attributes are valid or not.
|
public abstract boolean isParsingRequired()
public void validate()
public abstract Object getValue(org.adroitlogic.x.api.XMessageContext xMessageContext, Object... args)
xMessageContext
- XMessageContext
instance of the message.args
- Any addition arguments required to extract the value.public String getName()
public void setName(String name)
Copyright © 2016–2019 AdroitLogic. All rights reserved.