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