public interface ProviderProfile extends Profile
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProviderProfile.LeafIdentifier
Identify the leaf of ProviderProfile.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(ProviderProfile.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
profileName()
Returns the attribute profileName.
|
void |
profileName(String profileName)
Sets the attribute profileName.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String profileName()
BitSet valueLeafFlags()
void profileName(String profileName)
profileName - value of profileNameboolean isLeafValueSet(ProviderProfile.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.