|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginProperty
| Field Summary | |
|---|---|
static String |
BOOLEAN_STRING_TRUE
The true value. |
static Boolean |
DEFAULT_BOOLEAN_VALUE
The default value. |
static Double |
DEFAULT_DOUBLE_VALUE
The default double value. |
static Integer |
DEFAULT_INTEGER_VALUE
The default integer value. |
static String |
DEFAULT_STRING_VALUE
The default string value. |
| Method Summary | |
|---|---|
void |
appendXml(StringBuilder builder)
|
boolean |
evaluate()
|
void |
loadXml(Node node)
|
void |
readFromPreferences(Preferences node)
|
void |
readFromRepositoryStep(Repository repository,
ObjectId stepId)
|
void |
saveToPreferences(Preferences node)
|
void |
saveToRepositoryStep(Repository repository,
ObjectId transformationId,
ObjectId stepId)
|
| Field Detail |
|---|
static final String DEFAULT_STRING_VALUE
static final Boolean DEFAULT_BOOLEAN_VALUE
static final Integer DEFAULT_INTEGER_VALUE
static final Double DEFAULT_DOUBLE_VALUE
static final String BOOLEAN_STRING_TRUE
| Method Detail |
|---|
boolean evaluate()
void saveToPreferences(Preferences node)
node - preferences nodevoid readFromPreferences(Preferences node)
node - preferences node.void appendXml(StringBuilder builder)
builder - builder to append to.void loadXml(Node node)
node - the node.
void saveToRepositoryStep(Repository repository,
ObjectId transformationId,
ObjectId stepId)
throws KettleException
repository - the repository.transformationId - the transformationId.stepId - the stepId.
KettleException - ...
void readFromRepositoryStep(Repository repository,
ObjectId stepId)
throws KettleException
repository - the repository.stepId - the stepId.
KettleException - ...
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||