public abstract static class XCScheme.SchemeAction extends Object
| Constructor and Description |
|---|
SchemeAction(Optional<com.google.common.collect.ImmutableList<XCScheme.SchemePrePostAction>> preActions,
Optional<com.google.common.collect.ImmutableList<XCScheme.SchemePrePostAction>> postActions) |
| Modifier and Type | Method and Description |
|---|---|
Optional<com.google.common.collect.ImmutableList<XCScheme.SchemePrePostAction>> |
getPostActions() |
Optional<com.google.common.collect.ImmutableList<XCScheme.SchemePrePostAction>> |
getPreActions() |
public SchemeAction(Optional<com.google.common.collect.ImmutableList<XCScheme.SchemePrePostAction>> preActions, Optional<com.google.common.collect.ImmutableList<XCScheme.SchemePrePostAction>> postActions)
public Optional<com.google.common.collect.ImmutableList<XCScheme.SchemePrePostAction>> getPreActions()
public Optional<com.google.common.collect.ImmutableList<XCScheme.SchemePrePostAction>> getPostActions()