| Package | Description |
|---|---|
| com.github.ehe.simpleorchestrator.sample.entity | |
| com.github.ehe.simpleorchestrator.sample.selector |
| Modifier and Type | Method and Description |
|---|---|
CardApplication.CardType |
CardApplication.getCardType() |
static CardApplication.CardType |
CardApplication.CardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardApplication.CardType[] |
CardApplication.CardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardApplication.setCardType(CardApplication.CardType cardType) |
| Constructor and Description |
|---|
CardApplication(Person person,
String occupation,
boolean employed,
CardApplication.CardType cardType) |
| Modifier and Type | Method and Description |
|---|---|
CardApplication.CardType |
CardSelector.getChannel(CardSelectorContext context) |
| Constructor and Description |
|---|
CardSelector(EnumMap<CardApplication.CardType,Task<CardSelectorContext>> cardTypeTaskMap) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.