Package | Description |
---|---|
org.springframework.batch.sample.domain.trade |
Modifier and Type | Method and Description |
---|---|
static CustomerOperation |
CustomerOperation.fromCode(char code) |
CustomerOperation |
CustomerUpdate.getOperation() |
static CustomerOperation |
CustomerOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerOperation[] |
CustomerOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CustomerUpdate(CustomerOperation operation,
String customerName,
BigDecimal credit) |
Copyright © 2014 Pivotal. All rights reserved.