public class SetGroupSequenceNumberField extends Transformer
FieldPath
for supported field name expressions.Constructor and Description |
---|
SetGroupSequenceNumberField(String name,
BigDecimal start,
BigDecimal step,
boolean overwrite,
String... watchFields) |
SetGroupSequenceNumberField(String name,
BigDecimal start,
BigDecimal step,
String... watchFields) |
SetGroupSequenceNumberField(String name,
BigInteger start,
BigInteger step,
boolean overwrite,
String... watchFields) |
SetGroupSequenceNumberField(String name,
BigInteger start,
BigInteger step,
String... watchFields) |
SetGroupSequenceNumberField(String name,
double start,
double step,
boolean overwrite,
String... watchFields) |
SetGroupSequenceNumberField(String name,
double start,
double step,
String... watchFields) |
SetGroupSequenceNumberField(String name,
long start,
long step,
boolean overwrite,
String... watchFields) |
SetGroupSequenceNumberField(String name,
long start,
long step,
String... watchFields) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
getOverwrite() |
Number |
getStart() |
Number |
getStep() |
String |
toString() |
boolean |
transform(Record record) |
addExceptionProperties, close, geEndpoint, getEndpoint, getReader, getWriter, open, setWriter
public SetGroupSequenceNumberField(String name, long start, long step, String... watchFields)
public SetGroupSequenceNumberField(String name, double start, double step, String... watchFields)
public SetGroupSequenceNumberField(String name, BigDecimal start, BigDecimal step, String... watchFields)
public SetGroupSequenceNumberField(String name, BigInteger start, BigInteger step, String... watchFields)
public SetGroupSequenceNumberField(String name, long start, long step, boolean overwrite, String... watchFields)
public SetGroupSequenceNumberField(String name, double start, double step, boolean overwrite, String... watchFields)
public SetGroupSequenceNumberField(String name, BigDecimal start, BigDecimal step, boolean overwrite, String... watchFields)
public SetGroupSequenceNumberField(String name, BigInteger start, BigInteger step, boolean overwrite, String... watchFields)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.