public interface MatchApplication extends MatchType
| Modifier and Type | Interface and Description |
|---|---|
static class |
MatchApplication.LeafIdentifier
Identify the leaf of MatchApplication.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(MatchApplication.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends CustomerApplication> |
matchApplication()
Returns the attribute matchApplication.
|
void |
matchApplication(Class<? extends CustomerApplication> matchApplication)
Sets the attribute matchApplication.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends CustomerApplication> matchApplication()
BitSet valueLeafFlags()
void matchApplication(Class<? extends CustomerApplication> matchApplication)
matchApplication - value of matchApplicationboolean isLeafValueSet(MatchApplication.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.